Skip to content

Instantly share code, notes, and snippets.

@robertocarroll
Forked from trey/backbone-marionette-data.md
Last active August 29, 2015 14:17
Show Gist options
  • Save robertocarroll/32c7eb7e3c89e31d7c59 to your computer and use it in GitHub Desktop.
Save robertocarroll/32c7eb7e3c89e31d7c59 to your computer and use it in GitHub Desktop.

I wrote this quick overview down so that I could keep things straight in my head as I'm learning Backbone and Marionette.

  • Template
  • Model
  • ItemView
    • Link to Template
  • Collection
    • Link to Model
    • URL to JSON
  • CollectionView
    • Link to ItemView
    • Gets passed a Collection, which in turn has a link to the Model.
      • This is how the Model and the View for individual items are connected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment