HTMLBars
|
|
The topic of this article may not meet Wikipedia's general notability guideline. (May 2016) (Learn how and when to remove this template message) |
HTMLBars is a Web template system used in Ember.js, an open-source client-side JavaScript Web application framework.[1] It is built on top of Handlebars, a superset of Mustache with a very similar syntax. The main difference between HTMLBars and Handlebars is that HTMLBars manipulates DOM nodes instead of strings which makes it easier to avoid code injections and cross-site scripting. This is inspired by the React.js Web framework that also doesn't use string-based templating but manipulates DOM nodes instead.
References[edit]
- ^ Beale, Matthew (Feb 7, 2015). "Ember.js 1.10.0 AND 1.11 Beta Released". Emberjs. Retrieved Feb 18, 2015.
External links[edit]
| This programming-language-related article is a stub. You can help Wikipedia by expanding it. |