Skip to content

Instantly share code, notes, and snippets.

@becca-bailey
Created November 15, 2018 03:13
Show Gist options
  • Save becca-bailey/d32e983bf88c72aaf5f4966d61b9c16b to your computer and use it in GitHub Desktop.
Save becca-bailey/d32e983bf88c72aaf5f4966d61b9c16b to your computer and use it in GitHub Desktop.
<AlertProvider> // This context provides a way to display alerts and access alerts
<Layout> // This layout container can access the alert to display in the header
<Router>
<Route exact path="/" component={Home} /> // This route can create an alert to show in the layout
</Router>
</Layout>
</Router>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment