Skip to content

grga1349/react-clone

Repository files navigation

REACT CLONE

ABOUT

React Clone is simple reactjs/infernojs clone. It is simple try to reproduce Reactjs, and it is NOT MADE FOR PRODUCTION.

IMPLEMENTED SO FAR

  • Component
  • state (setState method)
  • render
  • createElement (JSX compatible)
  • array components (no key)

MISSING

  • ref handling
  • generic event system
  • context
  • functional components
  • key handling for array components
  • and lot more...

TODO

  • implement missing features
  • complete unit tests
  • comment code
  • structure code
  • webpack scripts for example and lib bundling
  • webpack devserver for example
  • etc...

TRY IT

  • clone repo git clone
  • yarn
  • webpack
  • manually open index.html in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published