- Mastering Backbone.js
- Abiee Echamea
- 210字
- 2021-07-23 14:39:31
Preface
Backbone is an amazing library to build web applications; it's small, simple, and yet powerful. It provides a set of small and focused objects to be used as bricks when building frontend applications.
The beauty of Backbone is that it gives you the freedom to build your applications with your rules. However, with great power comes great responsibility; Backbone does not tell you anything about how to structure your applications. Keep in mind that Backbone is not a framework but a library.
After years of working with Backbone projects, making code experiments, and exploring code from other developers, I have identified patterns and best practices when building frontend web apps with Backbone.
This book explains how to give structure to your applications. It gives you the tools and strategies to create robust and maintainable web apps. It will help you define and assign the right responsibilities to the Backbone objects and define a new set of glue objects.
In the book, you will build a functional application applying the concepts that are exposed here. The application is simple enough to put in to practice the core concepts when building scalable frontend applications with Backbone. At any time, you can see the project code in the book repository at https://github.com/abiee/mastering-backbone.
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- PHP 7底層設計與源碼實現
- 深入淺出Spring Boot 2.x
- Mastering Python Scripting for System Administrators
- Java軟件開發(fā)基礎
- Spring Boot進階:原理、實戰(zhàn)與面試題分析
- 精通Python自動化編程
- iOS開發(fā)實戰(zhàn):從入門到上架App Store(第2版) (移動開發(fā)叢書)
- INSTANT Sinatra Starter
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務實踐
- 從Power BI到Analysis Services:企業(yè)級數據分析實戰(zhàn)
- Python機器學習與量化投資
- 快樂編程:青少年思維訓練
- 基于MATLAB的控制系統(tǒng)仿真及應用
- 從零開始學算法:基于Python