Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Last active November 29, 2018 19:10
Embed
What would you like to do?
Creating a context
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