Backbone.js is an Uber-light framework that allows you to structure your Javascript code in an MVC fashion where: Model - Being part of your code, retrieves the data. View - HTML representation of this model, but there is a change in view if the model changes. Controller - Enables you to store the state of your JS app with the help of a hashbang URL.
#reactjs #web-development #angular