-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React : Fixed overview #29047
React : Fixed overview #29047
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -6,12 +6,12 @@ Up until this point in the curriculum, we have been building one-page applicatio | |||||||
|
||||||||
This section contains a general overview of topics that you will learn in this lesson. | ||||||||
|
||||||||
- What is client-side routing? | ||||||||
- How do you use React Router to do client-side routing? | ||||||||
- How do you create nested and dynamic paths? | ||||||||
- How do you add a "catch-all" route? | ||||||||
- How do you pass data from a parent to any child components rendered via an outlet? | ||||||||
- How do you add protected routes? | ||||||||
- Understand what client-side routing is. | ||||||||
- Learn how to use React Router for client-side routing. | ||||||||
- Explore how to create nested and dynamic paths in React Router. | ||||||||
- Discover how to add a 'catch-all' route in React Router. | ||||||||
- Learn how to pass data from a parent component to any child components rendered via an outlet. | ||||||||
- Understand how to implement protected routes in React Router. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the correction here ? They both look the sasme 😓 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a blank line after the list you accidentally removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh got it |
||||||||
|
||||||||
### Client-side routing | ||||||||
|
||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.