| 1. |
What Is Backbone.js? How Does It Help Developers? |
|
Answer» BackboneJs is a JavaScript framework which ALLOWS the developers to make their life easier by providing the below features: Model:– Store data Model can have listeners BOUND to them to detect CHANGES to their VALUES Collection: Group of models View: Represents UI Routing: Manages how to show appropriate view when request through URL BackboneJs is a JavaScript framework which allows the developers to make their life easier by providing the below features: Model:– Store data Model can have listeners bound to them to detect changes to their values Collection: Group of models View: Represents UI Routing: Manages how to show appropriate view when request through URL |
|