Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gimenete/ui-state-sync
- Owner: gimenete
- Created: 2018-03-27T16:12:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T21:31:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T02:20:26.404Z (3 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 65
- Watchers: 3
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`