Have a personal or library account? Click to login
Backbone.js Patterns and Best Practices
Improve your Backbone.js skills with this step-by-step guide to patterns and best practice. It will help you reduce boilerplate in your code and provide plenty of open source plugin solutions to common problems along the way.
This is a step-by-step guide to design patterns, best practices, and solutions to common problems for Backbone.js-based application development. This book is for JavaScript developers who work with Backbone.js and want to learn the best design patterns to develop complex web applications. Basic knowledge of Backbone.js and JavaScript is essential.
What you will learn
Develop custom plugins and mixins to reduce boilerplate in your code
Learn about Backbone view management with nested views, subviews, layout manager, and Marionette views
Understand template management by storing and precompiling templates
Explore model validation with validation plugins and learn model serialization and relational data management with nested models
Work with collections to implement multiple sorting and filtering behavior
Create solid application architecture with AMD and different popular design patterns