We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5ffb74 + 682367f commit 252ea07Copy full SHA for 252ea07
patterns/20.dependency-injection.md
@@ -83,7 +83,8 @@ The title is hidden in a middle layer (higher-order component) where we pass it
83
That's all nice but it solves only half of the problem.
84
Now we don't have to pass the title down the tree but how this data will reach the enhance.jsx helper.
85
86
-Using React's context
+## Using React's context
87
+
88
React has the concept of context. The context is something that every component may have access to.
89
It's something like an event bus but for data. A single model which we can access from everywhere.
90
0 commit comments