Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

magarcia/js-framework

Repository files navigation

js-framework

This is my own React implementation base on the series Didact: a DIY guide to build your own React

TODO

  • Stateful Components
  • Stateless Components
  • renderToString
  • Context
  • Incremental reconciliation (a.k.a. Fiber)
  • renderToStream
  • hydrate
  • Server Side Rendering (SSR)
  • Lifecycle methods
  • Hooks
  • Router
  • Redux
  • Tests