Router Flashcards

1
Q

exact path

A

the exact prop will only match if the path exactly matches the path name

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

How does React Router work?

A
  • uses dynamic routing- means it takes place as the app is rendering
  • control through using the /path part of the URL
  • send the URL to the Router- uses the path part of the URL to render the page
How well did you know this?
1
Not at all
2
3
4
5
Perfectly