Skip to content

Understanding React by implementing some of its core concepts in a simple manner.

Notifications You must be signed in to change notification settings

computingfreak/poor-mans-react

 
 

Repository files navigation

Understanding React by implementing some of its core concepts in a simple manner.

Inspired by Tejas Kumar's talk Deconstructing React.

Essential stuff that is missing:

  • The ability to have multiple root nodes (currently, it is fixed to render <App /> to document.body)
  • Re-using DOM nodes (for performance and to prevent loss of focus etc)
  • Class-based components
  • Style support
  • All hooks except useState
  • Everything else that would make this implementation usable

About

Understanding React by implementing some of its core concepts in a simple manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • HTML 5.2%