Skip to content

Instantly share code, notes, and snippets.

@dminuoso
Created August 15, 2017 09:28
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 dminuoso/404173a0acbb069b522a2c810da0c771 to your computer and use it in GitHub Desktop.
Save dminuoso/404173a0acbb069b522a2c810da0c771 to your computer and use it in GitHub Desktop.
const render = (Component) => {
ReactDOM.render(
<Provider store={store}>
<Router history={history}>
<Component />
</Router>
</Provider>,
document.getElementById('app')
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment