hypergluten
HTML data binding on top of hyperglue
Instead of binding data to css selectors data is bound to [data-bind={key}]
for you.
Installation
npm install hypergluten
Basic Use
var g = ;var html = '<h1 data-bind="title"></h1>'; ;
Hello World!
The rendering is all delegated to hyperglue so providing objects works as you'd expect.
var g = ;var html = '<img data-bind="thumb">'; ;
Testing
npm test