Skip to content

Instantly share code, notes, and snippets.

@danielbischoff
Last active September 29, 2017 19:02
Show Gist options
  • Save danielbischoff/88bcea9b87d77b3af8877bffd8f14f19 to your computer and use it in GitHub Desktop.
Save danielbischoff/88bcea9b87d77b3af8877bffd8f14f19 to your computer and use it in GitHub Desktop.
const searchStore = new SearchStore();
const app = (
<Provider searchStore={searchStore}>
<SearchInput />
</Provider>
);
ReactDom.render(app, container);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment