- Model and View are the same.
- Polymorphic - DOM is both Model and View
- It is a hack on the template tag
- Extend temperor to create your own widgets
- Size 1.7 KB minified gzipped
- Use with a sense of humour
- It works!
- The required Todo Demo
Install temperor and browserify
$ npm install temperor
$ browserify -r temperor -o bundle.js
Include bundle.js in your html. See the todo example above.
<script src="bundle.js"></script>