react icon indicating copy to clipboard operation
react copied to clipboard

💪 Learn and copy react

react

license Build Status npm NPM downloads

学习并仿写react,目前已提供基础功能。

  • [ ] React16 Fiber

    • [x] Fiber
    • [ ] hooks
      • [x] useReducer
      • [x] useState
  • [ ] React15

    • [ ] Class Component
      • [x] LifeCycle
        • old
        • new
      • [x] setState
      • [x] syntheticEvent
    • [ ] Function Component
      • [x] basic
    • [x] createElement
    • [x] Children
      • [x] map
        • flat
        • key
    • [x] ref
  • [ ] 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