wycats / handlebars-site

56 stars 66 forks source link

No support for Asynchronous requests to DOM objects #183

Closed dwkrueger2 closed 7 years ago

dwkrueger2 commented 7 years ago

I don't see any access to the DOM object after the rendering of the page. This is important if the properties of the page need to change based on downloading data.

nknapp commented 7 years ago

The list at https://github.com/wycats/handlebars.js/blob/master/README.markdown#handlebars-in-the-wild contains some alternative projects that might help you (but I haven't looked at them myself). incremental-bars for example. Handlebars itself knows nothing about DOM, HTML or anything else (expect for escaping). Handlebars can be used for any other target format as well