Skip to content

Instantly share code, notes, and snippets.

@greaveselliott
Created June 22, 2019 23:03
Show Gist options
  • Save greaveselliott/5520c537aa10a46f819f528f177bd7fc to your computer and use it in GitHub Desktop.
Save greaveselliott/5520c537aa10a46f819f528f177bd7fc to your computer and use it in GitHub Desktop.
import { createContext } from "react";
export const Store = createContext();
const initialState = {
list: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment