Skip to content

Instantly share code, notes, and snippets.

@ryanjyost
Last active April 21, 2018 20:25
Show Gist options
  • Select an option

  • Save ryanjyost/5d75d27af57c35ee05e0f70672bfbbbd to your computer and use it in GitHub Desktop.

Select an option

Save ryanjyost/5d75d27af57c35ee05e0f70672bfbbbd to your computer and use it in GitHub Desktop.
Include SimpleStorage component in App's render method
//... everything is the same above
render() {
return (
<div className="App">
{/* This is all you need to add */}
<SimpleStorage parent={this} />
//...etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment