Lucifier129 / react-lite

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

More documentation comparing to react #101

Closed matthewoates closed 7 years ago

matthewoates commented 7 years ago

Thanks again for the quick response on my earlier issue.

I'm using react-lite for a non-trivial project, and assuming it's successful I'd like to post about the performance of react vs react-lite in the project. I see most of the react API is mimicked with react-lite, but the docs don't explain why react-lite is smaller than react.

I suspect there are some expensive corner cases that react handles but react-lite does not. Can you elaborate on this?

Lucifier129 commented 7 years ago

There are some information in the react-lite-vs-react part of README.

The reasons of why react-lite is smaller than react is that

matthewoates commented 7 years ago

Sounds good to me. I'll research this more when my project is more developed.