Skip to content

Instantly share code, notes, and snippets.

@mdmoin7
Created March 18, 2019 13:48
Show Gist options
  • Save mdmoin7/e18ec53d2a3e324cc98974b798c316a9 to your computer and use it in GitHub Desktop.
Save mdmoin7/e18ec53d2a3e324cc98974b798c316a9 to your computer and use it in GitHub Desktop.
.....
import { Provider } from 'react-redux';
import appStore from './store';
.....
const AppWithStore=()=>(
<Provider store={appStore}>
<App />
</Provider>
)
render(<AppWithStore />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment