Last active
June 26, 2021 14:52
-
-
Save EnricoPicci/4ae4f898acd146117be2d476777364a5 to your computer and use it in GitHub Desktop.
MyServiceContext implementation for reactive-programming-with-react-basic-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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