Created
November 3, 2019 09:28
-
-
Save pubudu-ranasinghe/21a30d60f9fbe79c2ea0aa8a80e4f299 to your computer and use it in GitHub Desktop.
react-context-example-13
This file contains 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
import { createContext } from "react"; | |
const TodoContext = createContext(); | |
export default TodoContext; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment