-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30f00c4
commit cd7642a
Showing
37 changed files
with
386 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Composition and Layout Components | ||
|
||
In this one we didn't actually change any visual behavior (the test was passing | ||
before your changes). But we hopefully demonstrated how restructuring your | ||
components can make it easier to maintain and help you avoid the prop drilling | ||
problem and reduce the amount you feel you need to use `use`. | ||
👨💼 In this one we didn't actually change any visual behavior (the test was | ||
passing before your changes). But we hopefully demonstrated how restructuring | ||
your components can make it easier to maintain and help you avoid the prop | ||
drilling problem and reduce the amount you feel you need to use context. |
Oops, something went wrong.