google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.53k stars 178 forks source link

Handlebars support #341

Open atomictag opened 7 years ago

atomictag commented 7 years ago

In case anybody is interested, I have just published incremental-bars, a library that allows to use incremental-dom as a "backend" for Handlebars templates. You can find it here with some simple examples to get started. cheers!

atomictag commented 6 years ago

Not a shameless plug - just a small demo, with the hope incremental-dom will be developed further in the future: this website uses 100% incremental dom + incremental-bars