An open API service indexing awesome lists of open source software.

https://github.com/differui/vdom

Rebound: Let's Build a Virtual DOM from Scratch
https://github.com/differui/vdom

Last synced: 11 months ago
JSON representation

Rebound: Let's Build a Virtual DOM from Scratch

Awesome Lists containing this project

README

          

Rebound: "Let's Build a Virtual DOM from Scratch"
=====

## Setup

```bash
npm install
npx parcel ./index.html
```

## Refs

+ [prezzy-vdom-example](https://github.com/heiskr/prezzy-vdom-example)
+ [Let's Build a Virtual DOM from Scratch](https://youtu.be/l2Tu0NqH0qU)