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
- Host: GitHub
- URL: https://github.com/differui/vdom
- Owner: differui
- Created: 2019-07-28T02:02:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:11:08.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:12:58.397Z (about 1 year ago)
- Language: TypeScript
- Size: 595 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)