backbone.marionette-nested-views icon indicating copy to clipboard operation
backbone.marionette-nested-views copied to clipboard

An example of using Backbone.Marionette to create nested views that can be driven externally. In this case, we will be building an accordion driven by Twitter's Bootstrap js library.

Backbone.Marionette Nested Views Example

This is the codebase supporting the tutorial on nested views here: http://davidsulc.com/blog/2013/02/03/tutorial-nested-views-using-backbone-marionettes-compositeview/

The live result can be seen here: http://davidsulc.github.com/backbone.marionette-nested-views/

This small Backbone.Marionette application will teach you:

  • how to render view that are driven by external javascript libraries such as Bootstrap
  • how render nested views using Backbone.Marionette's CompositeView
  • how to decompose the goal you want to achieve and how to use Backbone.Marionette to get there, step by step