Skip to content

Instantly share code, notes, and snippets.

@EnricoPicci
Last active June 26, 2021 14:52
Show Gist options
  • Select an option

  • Save EnricoPicci/4ae4f898acd146117be2d476777364a5 to your computer and use it in GitHub Desktop.

Select an option

Save EnricoPicci/4ae4f898acd146117be2d476777364a5 to your computer and use it in GitHub Desktop.
MyServiceContext implementation for reactive-programming-with-react-basic-example
const service = new MyService();
export const MyServiceContext = React.createContext(service);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment