Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gimenete/ui-state-sync

DIY modern JavaScript framework based on Virtual DOM
https://github.com/gimenete/ui-state-sync

Last synced: 3 months ago
JSON representation

DIY modern JavaScript framework based on Virtual DOM

Awesome Lists containing this project

README

        

# 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`