Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.43 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.43 KB

JsRender: Next-generation jQuery Templates

Optimized for high-performance pure string-based rendering, without DOM or jQuery dependency.
To view demo pages (on gh-branch) navigate to http://borismoore.github.com/jsrender/demos/index.html.

JsRender is used for rendering of templates to strings, ready for insertion in the DOM.
It can also be used together with JsViews, which then provides interactive data-driven views. See JsViews step-by-step samples.

See Approaching Beta: What's changing in JsRender and JsViews for documentation of changes.
See also JsRender Fundamentals training course from John Papa on Pluralsight

Warning: JsRender is not yet officially beta, though the APIs and code are now stable. JsViews, on the other hand, is still evolving (with a number of powerful features arriving), and its Beta is currently planned for February. Since this could lead to small API changes in JsRender (to accommodate JsViews integration), JsRender will not be declared officially Beta until around the same time. Thank you for your patience!