scrimba
Learn React Router
Actions
Protected Routes Quiz
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Protected Routes Quiz
AboutCommentsNotes
Protected Routes Quiz
Expand for more info
quiz.md
run
preview
console
1. How did we change our route definitions in order to 
"protect" certain routes from an un-logged-in user?



2. What component can we use to automatically send someone
to a different route in our app?



3. What component can we render if the user IS logged in?
Console
index.html
-1:39