filipjakov / poor-man-s-react

Deconstructing React to understand how VDOM, Hooks and Suspension works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poor man's React

Deconstructing React

  1. VDOM
  2. Naive hooks implementation
  3. Naive suspense implementation

Inspired by this talk.

How tu run

  1. Run npm i
  2. Run npm run serve
  3. Visit http://localhost:1234
  4. Play around

About

Deconstructing React to understand how VDOM, Hooks and Suspension works

License:MIT License


Languages

Language:TypeScript 98.4%Language:HTML 1.6%