Last active
November 29, 2018 19:10
-
-
Save Jahans3/7a0eb78b10662597adec55d551d5ef38 to your computer and use it in GitHub Desktop.
Creating a context
This file contains hidden or 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
import { createContext } from 'react'; | |
const { Provider, Consumer } = createContext(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment