Skip to content

Instantly share code, notes, and snippets.

@greaveselliott
Created June 22, 2019 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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