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.<br
Backbone.js Blueprints
โ Scribed by Andrew Burgess
- Publisher
- Packt Publishing - ebooks Account
- Year
- 2014
- Tongue
- English
- Leaves
- 294
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Understand Backbone.js pragmatically by building seven different applications from scratch
About This Book
- Gain insights into the inner working of Backbone to leverage it better
- Exploit Backbone combined with the features of a Node powered server
- Learn how to build seven step-by-step frontend applications
Who This Book Is For
If you are ready to learn about building frontend applications in Backbone, this is the book for you. Perhaps you've dipped your toe into Backbone and are ready to take the plunge. Even if you haven't, this book will teach you everything you need to know to build solid frontend apps with Backbone. You'll need to be pretty good at JavaScript and have a working knowledge of HTML and CSS, but other than that, you're good to go!
What You Will Learn
- 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
In Detail
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.
In this book, you will discover how to build seven complete web applications from scratch. You'll 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, you'll also learn how Backbone thinks so you can leverage it to write the most efficient 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 confidence to write your own web applications from scratch.
โฆ Subjects
Programming;APIs & Operating Environments;Algorithms;Apple Programming;Cross-platform Development;Functional;Game Programming;Graphics & Multimedia;Introductory & Beginning;Languages & Tools;Microsoft Programming;Mobile Apps;Parallel Programming;Software Design, Testing & Engineering;Web Programming;Computers & Technology;JavaScript;Programming;Web Development & Design;Computers & Technology;Programming Languages;Ada;Ajax;Assembly Language Programming;Borland Delphi;C & C++;C#;CSS;Compiler Desig
๐ 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