Skip to content

DIY modern JavaScript framework based on Virtual DOM

Notifications You must be signed in to change notification settings

gimenete/ui-state-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY modern JavaScript framework based on Virtual DOM

Basic example on how to sync the state and the UI using Virtual DOM. It implements an API similar to React.

  • Check out src/index.js to see an example of component.
  • Check out src/component.js to see the core of the framework.

Running

  • Install dependencies: npm install
  • Build it: npm run build or watch if you want to make changes and rebuild automatically
  • Open index.html

About

DIY modern JavaScript framework based on Virtual DOM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published