This is my playground as I figure out how rendering and reactivity works.
- Recursive rendering of data-structure
- Basic reactivity: Re-render entire DOM-tree when data changes
- Advanced reactivity: Selectively re-render parts of DOM based on data changes
- Clone the repo.
- Install dependencies:
npm install
- Start dev server:
npm run dev
Start messing with the data structure inside the index.ts
file.