{"id":21465364,"url":"https://github.com/jacobhsu/react-notes","last_synced_at":"2026-01-31T02:07:10.877Z","repository":{"id":46143086,"uuid":"457182298","full_name":"JacobHsu/react-notes","owner":"JacobHsu","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-30T02:52:30.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T19:41:20.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/JacobHsu.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,"publiccode":null,"codemeta":null}},"created_at":"2022-02-09T02:40:30.000Z","updated_at":"2025-01-30T02:52:33.000Z","dependencies_parsed_at":"2023-12-22T10:30:00.165Z","dependency_job_id":"6ce8e789-9d20-4cf3-a9fa-e1416b351a42","html_url":"https://github.com/JacobHsu/react-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JacobHsu/react-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Freact-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Freact-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Freact-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Freact-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobHsu","download_url":"https://codeload.github.com/JacobHsu/react-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHsu%2Freact-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-23T08:10:06.245Z","updated_at":"2026-01-31T02:07:10.860Z","avatar_url":"https://github.com/JacobHsu.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-notes\n\ncodesandbox url `react.new`  \n\n`npm init react-app firstapp`\n\n[Adding TypeScript](https://create-react-app.dev/docs/adding-typescript/)\n\n```js\nsudo npx create-react-app my-app --template typescript\nor\nyarn create react-app my-app --template typescript\n```\n\n[Using Create React App](https://react-redux.js.org/introduction/getting-started)\n\n```js\n# Redux + Plain JS template\nnpx create-react-app my-app --template redux\n\n# Redux + TypeScript template\nnpx create-react-app my-app --template redux-typescript\n```\n\n[Importing a Component](https://pjchender.dev/react/note-create-react-app/)\n\njsconfig.json\n\n```js\n// ./jsconfig.json\n{\n  \"compilerOptions\": {\n    \"baseUrl\": \"src\"\n  },\n  \"include\": [\"src\"]\n}\n```\n\n[Docusaurus](https://docusaurus.io/zh-CN/) · Easy to Maintain Open Source Documentation\n`$ npx docusaurus-init`\n\n## cra\n\n如果想要無 eject 重寫 CRA 配置\n\n使用 [craco](https://github.com/dilanx/craco) 覆蓋配置  (\nMaterial-UI AntDesign4 官方推薦)\n使用 react-app-rewired + customize-cra 組合覆蓋配置\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobhsu%2Freact-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobhsu%2Freact-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobhsu%2Freact-notes/lists"}