https://github.com/ihtml5/react-source
deep into react react源码阅读
https://github.com/ihtml5/react-source
es6 react react-source
Last synced: about 1 year ago
JSON representation
deep into react react源码阅读
- Host: GitHub
- URL: https://github.com/ihtml5/react-source
- Owner: ihtml5
- License: mit
- Created: 2017-11-22T12:12:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T14:49:53.000Z (almost 4 years ago)
- Last Synced: 2025-05-08T00:44:52.638Z (about 1 year ago)
- Topics: es6, react, react-source
- Homepage:
- Size: 7.81 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-source
react源码阅读
### Project
1. [understanding-react](https://github.com/joshwcomeau/understanding-react)
2. [fiber-source](https://github.com/yoution/fiber-source)
### Articles
1. [React源码解析(一):组件的实现与挂载](https://juejin.im/post/5983dfbcf265da3e2f7f32de)
2. [React源码解析(二):组件的生命周期](https://juejin.im/post/59ca03b9518825177c60d10b)
3. [React源码解析(三):详解事务与队列](https://juejin.im/post/59cc4c4bf265da0648446ce0)
4. [从React官方文档看refs的使用和未来](https://juejin.im/post/5927f51244d904006414925a)
5. [React 源码解析](https://zhuanlan.zhihu.com/p/28697362)
6. [React源码解读系列 – 事件机制](http://zhenhua-lee.github.io/react/react-event.html)
7. [React源码分析](https://zhuanlan.zhihu.com/gas-bombs)
8. [React 源码分析v15.1](https://www.gitbook.com/book/icepy/react)
9. [React Fiber初探](https://juejin.im/post/5a2276d5518825619a027f57)
10. [Understanding The React Source Code - Initial Rendering (Simple Component)](http://holmeshe.me/understanding-react-js-source-code-initial-rendering-I/)
11. [Understanding The React Source Code — Initial Rendering (Simple Component) II](https://hackernoon.com/understanding-the-react-source-code-initial-rendering-simple-component-ii-79e7e8bed56c)
12. [Didact: a DIY guide to build your own React](https://engineering.hexacta.com/didact-learning-how-react-works-by-building-it-from-scratch-51007984e5c5)
### Best
1. [从零开始实现React(二):实现组件功能](https://github.com/hujiulong/blog/issues/4)
2. [从零开始实现React(一):JSX和虚拟DOM](http://cnodejs.org/topic/5ab9ab7c0b13e3ad6954ce9e#5ab9de84320bb09d69e23249)