Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazylxr/deep-in-react
深入理解react,包括 react 源码解析
https://github.com/crazylxr/deep-in-react
Last synced: 17 days ago
JSON representation
深入理解react,包括 react 源码解析
- Host: GitHub
- URL: https://github.com/crazylxr/deep-in-react
- Owner: crazylxr
- License: mit
- Created: 2019-04-25T02:05:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T23:33:24.000Z (over 5 years ago)
- Last Synced: 2024-10-14T19:50:08.853Z (about 2 months ago)
- Homepage: http://www.taoweng.site
- Size: 193 KB
- Stars: 149
- Watchers: 14
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - deep-in-react
README
## Deep in React
React 作为目前最深欢迎的前端框架之一,也是我最喜欢的前端框架,没有之一。
我应该是从 2017 年就开始使用 React,从开始到现在差不多也两年多了,期间也用过一段时间的 Vue,在小米实习的一段时间基本没使用框架,刚来现在的公司的时候也是使用的 Vue,当我再次使用 React 的时候,React 已经从我认知的 15.6 到 16 点几的版本了,但是由于发布 Fiber 架构的时候,我没有使用 React,所有导致这个很早就出来的概念,我在去年下半年才知道。
但是当我开始研究 Fiber 的时候,研究得越深就越感受到了他的魅力,但是到我深入源码去了解的时候,发现 React 的源码是真的难懂,这个仓库就是记录我深入研究 React 的一个历程,但愿我的经历能给你带来帮助!
notes 文件夹里为我做的零碎的笔记,后面我会一篇一篇的以文章的形式,来探究 React 的奥秘。
analysis 是源码解读相关的文章。
Github 好像不支持动图,gif 的图片传上去用不了,阅读体验更好的请看我的博客:[桃园](http://www.taoweng.site)
### 文章合集
- [Deep In React 之浅谈 Fiber 架构(一)](https://github.com/crazylxr/deep-in-react/blob/master/analysis/%E8%AF%A6%E8%B0%88%20React%20Fiber%20%E6%9E%B6%E6%9E%84(1).md)
- [Deep In React 之详谈 Diff 过程(二)](https://github.com/crazylxr/deep-in-react/blob/master/analysis/%E8%AF%A6%E8%A7%A3%20Diff%20%E8%BF%87%E7%A8%8B.md)