<b>Understand Backbone.js pragmatically by building seven different applications from scratch</b><h2>About This Book</h2><ul> <li>Gain insights into the inner working of Backbone to leverage it better</li> <li>Exploit Backbone combined with the features of a Node powered server</li> <li>Learn how to
Backbone.Js Blueprints
โ Scribed by Andrew Burgess
- Publisher
- Packt Publishing
- Year
- 2014
- Tongue
- English
- Leaves
- 256
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Backbone.js is an open source, javascript library that helps you to build sophisticated and structured web apps. Its important to have well-organized frontend code for easy maintenance and extendability. With the Backbone framework, youll be able to build applications that are a breeze to manage.
In this book, you will discover how to build seven complete web applications from scratch. Youll learn how to use all the components of the Backbone framework individually, and how to use them together to create fully featured applications. In addition, youll also learn how Backbone thinks so you can leverage it to write the most effi cient frontend javascript code.
Through this book, you will learn to write good server-side javascript to support your frontend applications. This easy-to-follow guide is packed with projects, code, and solid explanations that will give you the confi dence to write your own web applications from scratch.
What you will learn from this book
Discover seven different ways to create your own frontend Backbone.js applications
Create complex interfaces while keeping the code adaptable through Backbone Views
Control your applications screens with simplicity through a Backbone router
Utilize Marionette and Chaplin, the Backbone extension frameworks
Build a Node.js server to manage the models your frontend application sends to it and requests from it
Work with templates that manage the heavy lifting of your view
Precompile your view for extra efficiency
Use Backbone extension libraries to create effective applications with less coding
๐ SIMILAR VOLUMES
<b>Understand Backbone.js pragmatically by building seven different applications from scratch</b><h2>About This Book</h2><ul> <li>Gain insights into the inner working of Backbone to leverage it better</li> <li>Exploit Backbone combined with the features of a Node powered server</li> <li>Learn how to
<b>Understand Backbone.js pragmatically by building seven different applications from scratch</b><h2>About This Book</h2><ul> <li>Gain insights into the inner working of Backbone to leverage it better</li> <li>Exploit Backbone combined with the features of a Node powered server</li> <li>Learn how to
<b>Understand Backbone.js pragmatically by building seven different applications from scratch</b><h2>About This Book</h2><ul> <li>Gain insights into the inner working of Backbone to leverage it better</li> <li>Exploit Backbone combined with the features of a Node powered server</li> <li>Learn how to
Backbone.js is an open source, JavaScript library that helps you to build sophisticated and structured web apps. It's important to have well-organized frontend code for easy maintenance and extendability. With the Backbone framework, you'll be able to build applications that are a breeze to manage.
En Backbone, un modelo almacena los datos que se recuperan desde el servidor mediante RESTful JSON y se asocia con la vista. La vista renderiza el HTML mediante el uso de plantillas JavaScript o renderizando el framework y gestionando los eventos desencadenados en los elementos del mismo. El router