Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/recipes/inject.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We are in 2019 now and we don't need injections anymore (_kids, don't do drugs_)

## Welcome to React Context

Let's make a small, but not so contrived example to show some nice approach.
Let's make a small, but not so contrived example to show some nice approach. ([Here is a codesandbox](https://codesandbox.io/s/github/100ideas/mobx-react-usecontext-codesandbox-demo) based on the example below)

### Create store

Expand Down