Backbone.js: Learn the basics of Backbone.js FAST and EASY!
- Length: 173 pages
- Edition: 1
- Language: English
- Publication Date: 2016-03-08
- ISBN-10: B01CR9BEXS
- Sales Rank: #1055191 (See Top 100 Books)
This book is an exploration of Backbonejs. It starts by discussing what this library is, where it is used, and its relationship with JavaScript. You will also learn about the people behind the development of this library. The book then guides you on how to set up your environment to be ready to use this library for development. The two methods how one can use the Backbonejs library are discussed, including downloading it into the local system and using it via the CDN network. The options which are available for downloading are examined. and you will learn the circumstances under which to use each of them. Events, which are very important when creating applications, are also covered. You will learn how to use the various events in Backbonejs. The model is explored, as well as how to use the various methods which can be used for its manipulation. Collections, together with the various methods which can be used to manipulate it are discussed in detail. The router in Backbonejs is explored, along with the various methods which can be used for its manipulation.
The following topics are discussed in this book:
- Overview
- Setting up the Environment
- Events in Backbonejs
- Model
- Collections
- Router
Here is a preview of what you’ll learn:
- Overview
- Setting up the Environment
- Events in Backbonejs
- Model
- Collections
- Router
Download your copy of ” Backbone.js “ by scrolling up and clicking “Buy Now With 1-Click” button.
Table of Contents
Chapter 1- Overview
Chapter 2- Setting up the Environment
Chapter 3- Events in Backbonejs
Chapter 4- Model
Chapter 5- Collections
Chapter 6- Router