viewlib.js
v0.1.0
Published
> Tiny View library for JS
Downloads
2
Readme
ViewLib.js
Tiny View library for JS
ViewLib lets create your web app UI with ease, it should be great for tiny apps.
How to build?
Use parcel-bundler
parcel index.html
Features
- Create app view with ease using Components and Views
- Basic reactivity
- Handle form submit and button clicks inside View
- Set, Add, Remove items from State and Views will update or add to DOM
How to use ViewLib?
See example provided with this repository, in components folder and views folder it shows how to create basic to-do app, and you can clearly see how ViewLib works.
Meta
Damian Balandowski – [email protected]