{"id":15905113,"url":"https://github.com/huangcongqing/react-study","last_synced_at":"2026-01-20T20:34:07.295Z","repository":{"id":107569626,"uuid":"136112166","full_name":"HuangCongQing/react-study","owner":"HuangCongQing","description":"React学习和开发","archived":false,"fork":false,"pushed_at":"2018-07-31T06:23:25.000Z","size":325,"stargazers_count":2,"open_issues_count":9,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-13T13:09:39.025Z","etag":null,"topics":["js","react","react-native","react-redux","react-router"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HuangCongQing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-06-05T03:04:22.000Z","updated_at":"2019-03-20T10:37:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4fde744-3db4-4ee2-95c3-2fb7e4c3d0c2","html_url":"https://github.com/HuangCongQing/react-study","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HuangCongQing/react-study","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Freact-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Freact-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Freact-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Freact-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HuangCongQing","download_url":"https://codeload.github.com/HuangCongQing/react-study/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HuangCongQing%2Freact-study/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["js","react","react-native","react-redux","react-router"],"created_at":"2024-10-06T13:00:40.430Z","updated_at":"2026-01-20T20:34:07.280Z","avatar_url":"https://github.com/HuangCongQing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-study\nReact学习和开发\n\n@ [ChungKing](https://github.com/HuangCongQing/react-start)，若fork或star请注明来源\n\n於2018年7月21日，代码所用版本：[V16.4](https://reactjs.org/versions)\n\n**学习新技术，无非就是看官方文档，加以延展，最后融会贯通**\n\n* [英文官网文档](https://reactjs.org/docs/getting-started.html)\n\n* [入门教程- React - React 中文文档](https://doc.react-china.org/tutorial/tutorial.html)\n\n* [React入门看这篇就够了](https://segmentfault.com/a/1190000012921279)\n\n\n* 线上库文件：https://cdnjs.com/（可能需要随时更新）\n\n### Files\n\n\n\n* [00没有搭建脚手架，引用cdn初步学习React语法](./00demo)\n* [01React脉络](./01create-react-app)\n* Reaact组件\n    * [React组件](https://www.cnblogs.com/wonyun/p/5930333.html)\n    * [React系列---React（二）组件的prop和state](https://segmentfault.com/a/1190000009921542)\n\n* []()\n* []()\n* []()\n* []()\n* []()\n\n### 运行\n\n*  前提安装node和npm\n* npm 安装 create-react-app工具\n\n`npm install -g create-react-app`\n\n* 使用命令创建新的react项目\n\n`create-react-app demo01`\n\n* 运行\n\n`cd demo01`\n\n`npm start`\n\n### Introduce\n\n* 什么是React\n    * 用来构建UI的JavaScript库\n    * React不是MVC库，仅仅是视图层（V）的库\n* 特点\n    * 1 使用 **JSX语法 创建组件，实现组件化开发，为函数式的 UI 编程方式打开了大门\n    * 2 性能高的让人称赞：通过**diff算法** 和 **虚拟DOM** 实现视图的高效更新\n* 重点内容\n    * JSX\n    * props和state\n    * style样式\n    * 生命周期（mounting，updating，unmounting）\n    * 事件绑定中的this\n    * react-router\n    * Redux\n\n\n\n\n### Tips\n* Dont forgit two node version\n![image.png](https://upload-images.jianshu.io/upload_images/4340772-d20250f463b92240.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)\n\n\n\n\n\n### Documentation\n\n### Examples\n\n* [初次学习demo](./01demo)\n\n### Installation\n\n### Feedback(反馈)\n\n\n### Issues\n\n* \n\n### License\nCopyright (c) [ChungKing](https://github.com/HuangCongQing/react-study). All rights reserved.\n\nLicensed under the [MIT](./LICENSE) License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Freact-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuangcongqing%2Freact-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuangcongqing%2Freact-study/lists"}