Skip to content

Instantly share code, notes, and snippets.

@kristijan-pajtasev
Created December 8, 2020 22:57
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 kristijan-pajtasev/4befb12d5c5649102ef28a782e069e9d to your computer and use it in GitHub Desktop.
Save kristijan-pajtasev/4befb12d5c5649102ef28a782e069e9d to your computer and use it in GitHub Desktop.
// UserContext.js
import {createContext} from "react";
const user = {};
export default createContext(user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment