{"id":16977197,"url":"https://github.com/zhaoyiming0803/into-react18","last_synced_at":"2026-04-19T13:32:30.563Z","repository":{"id":37740309,"uuid":"252918243","full_name":"zhaoyiming0803/into-react18","owner":"zhaoyiming0803","description":"Into React18, continuously updating ......","archived":false,"fork":false,"pushed_at":"2023-12-08T08:43:27.000Z","size":2802,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T17:11:11.643Z","etag":null,"topics":["antd-mobile","react","react-redux","react-router","typescript","webpack"],"latest_commit_sha":null,"homepage":"http://114.115.212.253/pure-react-project-with-webpack/","language":"TypeScript","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/zhaoyiming0803.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":"2020-04-04T05:37:52.000Z","updated_at":"2024-08-26T17:31:11.000Z","dependencies_parsed_at":"2023-12-08T09:44:33.339Z","dependency_job_id":null,"html_url":"https://github.com/zhaoyiming0803/into-react18","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhaoyiming0803/into-react18","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoyiming0803%2Finto-react18","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoyiming0803%2Finto-react18/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoyiming0803%2Finto-react18/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoyiming0803%2Finto-react18/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhaoyiming0803","download_url":"https://codeload.github.com/zhaoyiming0803/into-react18/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoyiming0803%2Finto-react18/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["antd-mobile","react","react-redux","react-router","typescript","webpack"],"created_at":"2024-10-14T01:28:18.826Z","updated_at":"2026-04-19T13:32:30.547Z","avatar_url":"https://github.com/zhaoyiming0803.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Into React18\n\nReact 的核心可以用 UI = fn(state) 来表示：\n\n``` javascript\nconst state = reconcile(state)\nconst UI = commit(state)\n```\n\nfn 可以分为如下一个部分：\n\n- Scheduler（调度器）：排序优先级，让优先级高的任务先进行 reconcile\n- Reconciler（协调器）：找出哪些节点发生了改变，并打上不同的 Flags / Tag\n- Renderer（渲染器）：将 Reconciler 中打好标签的节点渲染到视图上\n\n\n## 横向对比 [Vue](https://github.com/zhaoyiming0803/into-vue)\n\n- 理解不同框架背后思想\n- 思考如何写出易维护、高性能的组件\n- 避免踩坑\n- 学习优秀的代码技巧\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaoyiming0803%2Finto-react18","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhaoyiming0803%2Finto-react18","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaoyiming0803%2Finto-react18/lists"}