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
- Host: GitHub
- URL: https://github.com/alperg/vanillajs-virtualdom
- Owner: alperg
- License: mit
- Created: 2019-11-26T23:27:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T01:26:00.000Z (about 5 years ago)
- Last Synced: 2024-12-28T20:29:15.797Z (5 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.