Backbone Patterns

TwitterFacebook
Get flash to fully experience Pearltrees

Backbone patterns

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. http://ricostacruz.com/backbone-patterns/