yuanxiang1990 / reacting

another react-like js framework.

Home Page:https://uptonking.github.io/reacting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

another react-like js framework.

https://uptonking.github.io/reacting/


Languages

Language:JavaScript 91.8%Language:CSS 6.3%Language:HTML 1.9%