Router Flashcards
1
Q
exact
path
A
the exact
prop will only match if the path exactly matches the path name
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