List some features of Marionette.js ?

devquora
devquora

Posted On: Feb 22, 2018

 

Features of Marionette.js

  • It is scalable as the applications built-in modules with event-driven architecture.
  • It is easily modifiable. It works with the specific need of your application.
  • It has built-in memory management and zombie killing for View, CollectionViews and Region.
  • It is an event-driven architecture. It is flexible.
  • It can create application visuals at runtime with Region and View objects. It reduces boilerplate for all views.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Marionette js Interview Questions

    What is Marionette.js ?

    Marionette.js is a composite application library for the Backbone.js. It simplifies the construction of the large-scale JavaScript applications. It is nothing but a collection of the common design and...

    Marionette js Interview Questions

    What is current stable version of Marionette.js ?

    v4.1.2 is the current stable version of MarionetteJS....

    Marionette js Interview Questions

    How to install and configure Marionette.js ?

    It is installed using the npm package manager. Type the following command. npm install backbone.marjonette Marionette has a global configuration setting. It changes how the system works. Marionette...