Routing Flashcards
1
Q
What is a client side route?
A
Is a way to trigger a function when the browser URL changes
2
Q
True/False Backbone routing does not includes parsing of the URL and matching the URL to the correct route handler?
A
false
3
Q
When should you change the browser URL
A
For bookmarking purposes or when you need to substantially need to change the page content.
4
Q
How do you define routes?
A
By defining a type that extends Backbone.Router