react
react copied to clipboard
💪 Learn and copy react
react
学习并仿写react,目前已提供基础功能。
-
[ ] React16 Fiber
- [x] Fiber
- [ ] hooks
- [x] useReducer
- [x] useState
-
[ ] React15
- [ ] Class Component
- [x] LifeCycle
- old
- new
- [x] setState
- [x] syntheticEvent
- [x] LifeCycle
- [ ] Function Component
- [x] basic
- [x] createElement
- [x] Children
- [x] map
- flat
- key
- [x] map
- [x] ref
- [ ] Class Component
-
[ ] ReactDOM
- [x] render
- [x] unstable_batchedUpdates
-
[x] Virtual DOM
- [x] DOM-DIFF
-
[x] Redux
-
[x] React-Redux
示例
快速使用
安装
npm i -S @careteen/react
使用方式和react一样
// TODO
FAQ
- FAQ
issue模板
- Issue Template
贡献者指南
clone仓库并引入依赖
git clone [email protected]:careteenL/react.git
npm install
开始开发:)
...
启动本地服务器编写示例
npm run example
更新日志
- Changelog