Skip to content

Commit

Permalink
React Keys: Amend verbiage (#28274)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahmoh authored Jun 26, 2024
1 parent 2cf4c66 commit e71467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/getting_started_with_react/keys_in_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function TodoList() {

### Conclusion

Don't fret if some of the terms covered in the lesson don't make sense yet. What's crucial right now is knowing how to use keys effectively in React. As mentioned earlier, the more you learn about React, that's when you will realize why keys are so important. Furthermore, using keys is not limited to rendering lists. You might encounter use cases where keys are needed, we'll leave that for you to discover.
Don't fret if some of the terms covered in the lesson don't make sense yet. What's crucial right now is knowing how to use keys effectively in React. As mentioned earlier, the more you learn about React, the more you will understand the importance of keys. Furthermore, using keys is not limited to rendering lists. You might encounter use cases where keys are needed, we'll leave that for you to discover.

### Assignment

Expand Down

0 comments on commit e71467f

Please sign in to comment.