Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haiweilian/react-analysis
🚀 React18 体系源码分析、流程标记、思维导图、Mini 版实现。
https://github.com/haiweilian/react-analysis
react react-router redux
Last synced: about 1 month ago
JSON representation
🚀 React18 体系源码分析、流程标记、思维导图、Mini 版实现。
- Host: GitHub
- URL: https://github.com/haiweilian/react-analysis
- Owner: haiweilian
- License: mit
- Created: 2022-02-07T10:47:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T03:17:20.000Z (6 months ago)
- Last Synced: 2024-07-09T06:28:00.654Z (6 months ago)
- Topics: react, react-router, redux
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-analysis
此项目是在研究 React18 体系的源码分析的总结记录。
### 体系进度
- [x] Didact
- [x] Zustand
- [x] BigReact
- [ ] React
- [ ] React-DOM### 参考资料
感谢所有社区优秀资源的贡献者们。
[Didact](https://github.com/pomber/didact)
[从 0 实现 React18](https://github.com/BetaSu/big-react)
[掘金 React 进阶文章](https://juejin.cn/collection/7372522544039641138)