BackboneJS Handbook

Manual to understand the BackboneJS Javascript framework and learn how to use it to develop projects based on design patterns.

In this manual we put a lot of emphasis on learning the architecture of MV* systems in Javascript, which allow us to separate the code of web applications by responsibilities. On the one hand we have the Models, which work with the data, the Views that work with the presentation, and on the other, what would be controllers in traditional MVC, which in BackboneJS you have are the routers (route), along with another series of utilities. essential.

You have several BackboneJS competitors, such as AngularJS, EmberJS, etc. The important thing is that they offer us a paradigm to organize the code of the applications, something fundamental in the front-end web development with intensive use of Javascript.

Perhaps there are other frameworks more powerful than BackboneJS, but without a doubt, this one will serve us perfectly for all kinds of applications and will allow us to learn with a very smooth learning curve. Backbone does not force you to do things in a certain way and that helps to take advantage of it whatever your need is.

We recommend reading this manual if you are interested in taking your Javascript coding to a new level. With BackboneJS you will have a fundamental ally to be able to develop advanced web applications on the client side, without having to suffer in your learning.

Loading Facebook Comments ...
Loading Disqus Comments ...