mini-view
v1.2.1
Published
a simple function for creating views
Downloads
3
Readme
WORK IN PROGRESS
mini-view
a simple function for creating views
To Run Examples in This Repo
cd
to this repo, then npm start
Why I Created This Module
- to modularize client-side code without creating too many abstractions
- to compose views together and create event handlers before attaching features to a web page / app
Credits
- clone function from Axel Rauschmayer
- interpolation function
- Thanks to Kyle Paulsen for some helpful suggetions
TODO:
- find a more clever module name
- write a few tests