Skip to content

Latest commit

 

History

History
executable file
·
34 lines (21 loc) · 712 Bytes

File metadata and controls

executable file
·
34 lines (21 loc) · 712 Bytes

reacting

another react-like framework.
copied some code and ideas from 215566435/Luy and facebook/react.

⚠️ reacting is under development, far from being stable to be used yet.

target

  • learning source code of react

dev

 git clone https://github.com/uptonking/reacting.git
 cd reacting/
 npm install
 npm run build

demo

start from http://localhost:8999

todo

  • demo/reacting.js 中若从 ../build/reacting.js中引入reacting会报错

  • PropTypes类型添加

  • Component 组件基本可用

License

MIT