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

https://github.com/alperg/vanillajs-virtualdom

Vanilla JavaScript approach to the virtual DOM implementation
https://github.com/alperg/vanillajs-virtualdom

Last synced: 3 months ago
JSON representation

Vanilla JavaScript approach to the virtual DOM implementation

Awesome Lists containing this project

README

        

# vanillajs-virtualdom
Vanilla JavaScript approach to the virtual DOM implementation. This app tries to mimic React in a simple way.

## Install

`npm install`

## Run

Development: `npm run watch` and browse index.html in your browser.
Production: `npm run build` and deploy `/dist/bundle.js`.