another react-like framework.
copied some code and ideas from 215566435/Luy and facebook/react.
- learning source code of react
git clone https://github.com/uptonking/reacting.git
cd reacting/
npm install
npm run build
start from http://localhost:8999
-
demo/reacting.js
中若从../build/reacting.js
中引入reacting会报错 -
PropTypes类型添加
-
Component 组件基本可用