%% generate tags start %%
#software-engineering
%% generate tags end %%
#software-engineering/react
## What is it?
## How to use it?
### context
**"we should not store state directly in our context. Instead, we should use context as a dependency injection system"**[^1]
[^1]: https://medium.com/@mweststrate/how-to-safely-use-react-context-b7e343eff076
## Alternatives and comparisons