Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 394 Bytes

backbone.md

File metadata and controls

15 lines (11 loc) · 394 Bytes

How we backbone

Backbone provides 5 tools we consider first-class citizens (some built-in, some we create):

  • Routers
  • Views
  • Pages
  • Models
  • Collections

Here's how we use those:

Routers

The router is the way Backbone knows to execute specific code base on the url you're on. We've modified the way backbone behaves slightly in that by default, backbone will match on the first