Backbone.js Patterns and Best Practices
| By: | Swarnendu De |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781783283576 |
| eText ISBN: | 9781783283583 |
| Edition: | 1 |
| Copyright: | 2014 |
| Format: | Reflowable |
Lifetime - $31.19
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
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