Skip to content

alperg/vanillajs-virtualdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vanilla JavaScript approach to the virtual DOM implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published