https://github.com/gogoyqj/react-in-sight
react source analysis
https://github.com/gogoyqj/react-in-sight
diff key react source-code
Last synced: about 1 month ago
JSON representation
react source analysis
- Host: GitHub
- URL: https://github.com/gogoyqj/react-in-sight
- Owner: gogoyqj
- Created: 2018-08-15T03:32:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T10:02:14.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T10:25:13.090Z (over 1 year ago)
- Topics: diff, key, react, source-code
- Language: JavaScript
- Size: 853 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-in-sight
react source analysis
## 楔子
17年在去哪儿,通过改写 [preact](https://github.com/developit/preact) 的 key 及 diff 逻辑,实现了高度兼容 react 的 [qreact](https://github.com/gogoyqj/qreact),期间较深入的研读了 react 及 preact 的源码。此番试着回顾一下当时的付出与收获,故有此文。
## 章节
- 01. [key and diff](https://gogoyqj.github.io/react-in-sight/#/react-in-sight/01-key-and-diff-index)
[阅读全文](https://gogoyqj.github.io/react-in-sight/#/react-in-sight/readme)