dan
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
beta/src/pages/learn/passing-data-deeply-with-context.md
|
|
@ -12,8 +12,8 @@ Usually, you will pass information from a parent component to a child component |
|
|
|
|
|
|
|
- What "prop drilling" is |
|
|
|
- How to replace repetitive prop passing with context |
|
|
|
- What are the common use cases for context |
|
|
|
- What are the common alternatives to context |
|
|
|
- Common use cases for context |
|
|
|
- Common alternatives to context |
|
|
|
|
|
|
|
</YouWillLearn> |
|
|
|
|
|
|
|