-
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
Conversation
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.
Just some linting and small word fixes for grammar/flow, but otherwise thank you for sorting these out.
After you've made the changes below, could you also run the fix:lesson
script on the "Introduction to React" file please? That should fix the remaining lint errors there.
@@ -6,8 +6,8 @@ In this lesson, we will cover keys in React. Keys are special props for our comp | |||
|
|||
This section contains a general overview of topics that you will learn in this lesson. | |||
|
|||
- What are keys and why does React need them? | |||
- What are good and bad examples of keys? | |||
- Learn what are keys and their need in React. |
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.
- Learn what are keys and their need in React. | |
- Learn what keys are in React and why it needs them. |
- Learn about Reach components. | ||
- Understand how to create Components. | ||
- Find where do components reside in a React project. |
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.
- Learn about Reach components. | |
- Understand how to create Components. | |
- Find where do components reside in a React project. | |
- Learn about React components. | |
- Understand how to create components. | |
- Describe where components reside in a React project. |
@@ -8,7 +8,7 @@ This section contains a general overview of topics that you will learn in this l | |||
|
|||
- Understand what React is |
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.
- Understand what React is | |
- Understand what React is. |
@@ -8,7 +8,7 @@ This section contains a general overview of topics that you will learn in this l | |||
|
|||
- Understand what React is | |||
|
|||
### What is React? | |||
### Get familiar with React and its key features. |
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.
This heading doesn't need changing, only the lesson overview item as above.
### Get familiar with React and its key features. | |
### What is React? |
- 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 comment
The reason will be displayed to describe this comment to others. Learn more.
- Understand how to implement protected routes in React Router. | |
- Understand how to implement protected routes in React Router. | |
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.
What's the correction here ? They both look the sasme 😓
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.
There's a blank line after the list you accidentally removed.
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.
Oh got it
- Where do components live? | ||
- Learn about React components. | ||
- Understand how to create components. | ||
- Describe where components reside in a React projects. |
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.
- Describe where components reside in a React projects. | |
- Describe where components reside in a React project. |
Because
Some overview points didn't abide the rules , this fixed them .
This PR
Issue
Closes #29039
Additional Information
Pull Request Requirements
location of change: brief description of change
format, e.g.Intro to HTML and CSS lesson: Fix link text
Because
section summarizes the reason for this PRThis PR
section has a bullet point list describing the changes in this PRIssue
section