Up and Running with Backbone.js
Backbone.js is a light weight JavaScript library that allows to develop and structure client side applications that run in a web browser. It offers MVC framework which abstracts data into models, DOM into views and bind these two using events.
Topics include:
-------------------------
What is Backbone.js?
Understanding how MVC libraries work
Adding properties to a model
Creating a collection of models
Adding properties to a model view
Loading model data on a web page
Configuring routes
Finding Backbone resources
Backbone Features
--------------------------------
Backbone.js allows to develop applications and front-end much easier and better using JavaScript functions.
Backbone provides various building blocks such as models, views, events, routers and collections for assembling client side web applications.
When model changes, it automatically updates the HTML of your application.
Backbone.js is a simple library for separating business and user interface logic.
It is free and open source library and contains over 100 available extensions.
It acts like a backbone for your project and helps to organize your code.
It manages the data model which includes the user data and display that data at the server side with the same format written at client side.
It has soft dependency with jQuery and hard dependency with Underscore.js.
It allows to create client side web applications or mobile applications in well structured and organized format.
---------------------------------------------------------------------------------------------------------------------------
Please Like, Share, Comment and Subscribe for more videos and updates
---------------------------------------------------------------------------------------------------------------------------