Skip to content

Instantly share code, notes, and snippets.

@maecapozzi
Created August 16, 2018 15:14
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 maecapozzi/54fef6f0b3c0289f0d603d7a97ace4d6 to your computer and use it in GitHub Desktop.
Save maecapozzi/54fef6f0b3c0289f0d603d7a97ace4d6 to your computer and use it in GitHub Desktop.
import React from "react";
const FamilyContext = React.createContext({});
export const FamilyProvider = FamilyContext.Provider;
export const FamilyConsumer = FamilyContext.Consumer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment