We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5035a53 commit 70f2c48Copy full SHA for 70f2c48
exercises/01.elements/03.problem.context/README.mdx
@@ -6,7 +6,7 @@
6
incremented, we trigger a rerender of the `Footer` component! Have we lost the
7
ability to take advantage of React's element optimization? No!
8
9
-Instead of accepting the `color` via props, we can place it in a context provier
+Instead of accepting the `color` via props, we can place it in a context provider
10
that the `Footer` can consume. And with that, the `footer` no longer accepts any
11
dynamic props so we can move it outside the `App` component again, which means
12
the only way it can be rerendered is if the context changes (which is exactly
0 commit comments