Backbone API Project Introduction

In notebook:
FrontEndMasters BackboneJS
Created at:
2016-06-10
Updated:
2016-06-10
Tags:
libraries JavaScript
backbone.training.quickleft.com (a Heroku app, no longer active)

Gives several JSON resources. 

jsbin: jsbin.com/aXEZekI/1/edit

1. A backbone collection that puts a full URL to the resource. 
- Best practice for managing views (>100 vies) ?
Recommends Marionette. 
Or a singleton object for managing views. 
Suggests hard setting a reference from a model to a view. 
- How layout fit into the picture?
Backbone doesn't say anything about layouts. There are frameworks.