my-own-react

Rewrite React Fiber core algorithm in 300 lines with links to the React source code

MIT License

Stars
17

my-own-react

Rewrite React Fiber core algorithm in 300 lines with links to the React source code.

  • The data structure and algorithm of Fiber
  • An interruptible unit of work (conceptually same as concurrent mode)
  • Render and commit phase

Architecture;

Resources;