Backbone Patterns
< Plugins/Modules/Patterns/Etc | backbone.js
< Backbone.js | Framework
Get flash to fully experience Pearltrees
Here, I try to document the good practices that our team has learned along the way building Backbone applications. Inline templates The problem: if you need to use view templates in a small Backbone application, defining your templates in JavaScript code will be unwieldy and difficult to maintain. Solution: You may need some view templates to be inline in the HTML page.