A JavaScript view framework.


Keywords
view, framework, DOM, html, binding, reactive, dependency, mustache
License
MIT
Install
npm install templejs@0.5.10

Documentation

Temple

npm Dependency Status Build Status Join the chat at https://gitter.im/BeneathTheInk/Temple

Yet another JavaScript view framework.

  • Reactive - Efficiently updates the DOM as data changes using Trackr and Incremental DOM.
  • Template Driven - Use an HTML-like template syntax to quickly generate UI scaffolding.
  • Modular & Extensible - All templates are encapsulated, reusable components.
  • Stateless - Without embedded view state, templates stay simple, robust, and flexible.

To get started with Temple quickly:

npm install templejs -g
templejs playground

Some helpful links:

All contributions are welcome! Please submit an issue or pull-request. If you need help, join me on Gitter.