Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 98 forks source link

How did you implement it? #13

Closed navaru closed 8 years ago

navaru commented 8 years ago

Did you copy most of the implementation details from React or created your own virtual-dom implementation?

Great work by the way!

Lucifier129 commented 8 years ago

the implementation of react-lite is different from other implementations(react or virtual-dom), it's much simple(for example, see diff.js source code, it does'nt have REORDER type)

mindreframer commented 8 years ago

can be closed ;)

navaru commented 8 years ago

Yup, sorry, planned to ask about the event system too but looked at the code and figured out.