qreact icon indicating copy to clipboard operation
qreact copied to clipboard

The dead simple re-implementation of React

QReact

The dead simple implementation of React for the learning purpose on how React works internally.

There are two qreact's version:

Todo List

  • [x] render, Component, createElement
  • [x] Reconciliation
  • [x] Global event handler
  • [x] Fiber
  • [x] Priority
  • [x] Hooks
  • [ ] Suspend
  • [ ] Synthetic event