Skip to content

Instantly share code, notes, and snippets.

@benkissi
Created April 15, 2019 13:27
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 benkissi/30c28e7745ea6ca838320b50519cae38 to your computer and use it in GitHub Desktop.
Save benkissi/30c28e7745ea6ca838320b50519cae38 to your computer and use it in GitHub Desktop.
Context blog
const rootElement = document.getElementById("root");
ReactDOM.render(
<AppProvider>
<TodoApp />
</AppProvider>,
rootElement
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment