incremental-bars
incremental-bars copied to clipboard
incremental-dom backend support for handlebars templates https://www.npmjs.com/package/incremental-bars
I have a HB helper, let's call data-bind. It's being used as: ``` ``` it creates two-way data-binding between an DOM-element and an object. During template execution it return html...
I read the [last part of the readme](https://github.com/atomictag/incremental-bars/blob/d386d14ea9c01700356fce351a0118500a8b0232/README.md#rationale) but it would be nice if this can be used by browsers via UMD.
Thanks for your work. Just like to inform that i created a webpack loader for incremental-bars: https://github.com/blikblum/incremental-bars-loader An actual example of usage can be found at https://github.com/blikblum/marionette.renderers/tree/master/examples/idom-handlebars
This might be a question for the idom team but maybe you will have some answers. Playing with some performance measure on a quite simple view, my 1st render using...
Hi! By chance I was looking for something exactly like this project, I have some existing application with Handlebars and now have to deal with form editing and data binding,...