Tiny React

This series implements the core of React from the very beginning. It is a good way to understand how React works under the hood.

This tutorial is based on this article, but with JSX, typescript, and more into the coding details.

  1. JSX
  2. Rendering vDOM
  3. Updating vDOM
  4. Hooks