Developing Backbone.js Applications

Backbone.js is a JavaScript library with a RESTful JSON interface, and is loosely based on the model-view-controller (MVC) application design paradigm. Backbone.js is known for being lightweight, as its only dependency is on one JavaScript library, Underscore.js. It is designed for developing single-page web applications, and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized.

If you're looking to use the single-page application model to build your site's frontend, Backbone.js is an ideal framework for the job. This practical guide provides all the information you need to create structured JavaScript applications using Backbone.js and its unique flavor of the model-view-controller (MVC) architecture.

Pages : : 150 pages (est.)
Size : HTML
File type : pdf
Downloads: 36
Created: 2020-08-28
License: CC BY-NC-SA 3.0
Author(s): Addy Osmani
Developing Backbone.js Applications

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Backbone Tutorials

Others related eBooks about Developing Backbone.js Applications

Getting started with PrestaShop

Training support to learn how to use Prestashop, what is PrestaShop doing? Why choose PrestaShop compared to its competitors?...

Modern Web Development on the JAMstack

Learn how to run your web projects - everything from simple sites to complex applications ..., download free JAMstack tutorial in PDF (127 pages) created by Mathias Biilmann ....

Learning Twitter Bootstrap

Download free course Learning Twitter Bootstrap, pdf file on 109 pages by Stack Overflow Community....

Vue.js tutorial in PDF

Download free Vue.js tutorial course in PDF, training file in 26 chapters and 93 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Writing your first Django app

With this tutorial you will learn how to write your first Django application, free training document intended to beginners....

You Don't Know JS Yet: Async & Performance - 2nd Edition

No matter how much experience you have with JavaScript, odds are you don't fully understand the language. As part of the "You Don't Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques - including Promises, generators, and Web Workers - t...

Angular 2 ebook for professionals

Download free Angular 2 tutorial course in PDF, training file in 69 chapters and 232 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Hacking Exposed Web Applications

Download free course Hacking Exposed Web Applications, pdf file on 416 pages by Joel Scambray, Mike Shema....

Introduction to ReactJS

Learn the basics of JavaScript and DOM. Develop application user interfaces with ReactJS and Flux. Learn how JSX works. Master the Framework in a Web application environment....

Building Front-End Web Apps with Plain JavaScript

This book shows how to build front-end web applications with plain JavaScript, not using any (third-party) framework or library. A front-end web application can be provided by any web server, but it is executed on the user's computer device (smartphone, tablet or notebook), and not on the remote w...