{"id":22039423,"url":"https://github.com/mpolinowski/react-2023","last_synced_at":"2026-04-13T22:03:24.395Z","repository":{"id":234831441,"uuid":"622464911","full_name":"mpolinowski/react-2023","owner":"mpolinowski","description":"Just a React Cheat Sheet to refer to in times of need...","archived":false,"fork":false,"pushed_at":"2023-04-02T07:50:57.000Z","size":792,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T13:14:18.537Z","etag":null,"topics":["cheatsheet","react"],"latest_commit_sha":null,"homepage":"https://mpolinowski.github.io/docs/Development/Javascript/2023-04-01-reactjs-2023/2023-04-01","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpolinowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-02T07:32:18.000Z","updated_at":"2023-04-02T08:00:09.000Z","dependencies_parsed_at":"2024-04-21T02:04:03.275Z","dependency_job_id":"0b262589-a0b3-4e2f-9c0b-4943ba180afe","html_url":"https://github.com/mpolinowski/react-2023","commit_stats":null,"previous_names":["mpolinowski/react-2023"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mpolinowski/react-2023","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Freact-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Freact-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Freact-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Freact-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpolinowski","download_url":"https://codeload.github.com/mpolinowski/react-2023/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Freact-2023/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31772643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheatsheet","react"],"created_at":"2024-11-30T11:10:42.440Z","updated_at":"2026-04-13T22:03:24.379Z","avatar_url":"https://github.com/mpolinowski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Cheat Sheet 2023\n\nCheck out [./src/components](https://github.com/mpolinowski/react-2023/tree/master/src/components) for example components.\n\n\nThe [project was set up](https://mpolinowski.github.io/docs/Development/Javascript/2023-04-01-reactjs-2023/2023-04-01) using [Vite](https://vitejs.dev/).\n\n\n## Setting up a React project with Vite 4.2\n\n\n```bash\nnpm create vite@latest\n```\n\n\n```bash\ncd into/dir\nnpm install \u0026\u0026 npm run dev\n\n  VITE v4.2.1  ready in 19597 ms\n\n  ➜  Local:   http://localhost:5173/\n```\n\nTo build a browser compatible version of your application run the following command and copy the generated files from the `/dist` directory into the public dir of your webserver:\n\n\n```bash\nnpm run build\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpolinowski%2Freact-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpolinowski%2Freact-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpolinowski%2Freact-2023/lists"}