Routing Flashcards

1
Q

What is a client side route?

A

Is a way to trigger a function when the browser URL changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True/False Backbone routing does not includes parsing of the URL and matching the URL to the correct route handler?

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you define routes?

A

By defining a type that extends Backbone.Router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly