React Clone is simple reactjs/infernojs clone. It is simple try to reproduce Reactjs, and it is NOT MADE FOR PRODUCTION.
- Component
- state (setState method)
- render
- createElement (JSX compatible)
- array components (no key)
- ref handling
- generic event system
- context
- functional components
- key handling for array components
- and lot more...
- implement missing features
- complete unit tests
- comment code
- structure code
- webpack scripts for example and lib bundling
- webpack devserver for example
- etc...
- clone repo git clone
- yarn
- webpack
- manually open index.html in browser