Skip to content

Instantly share code, notes, and snippets.

@sarjumulmi
Created March 23, 2018 14:01
Show Gist options
  • Save sarjumulmi/51d11466150a8d71c1ca71271b52a4c3 to your computer and use it in GitHub Desktop.
Save sarjumulmi/51d11466150a8d71c1ca71271b52a4c3 to your computer and use it in GitHub Desktop.
import {createStore} from 'redux';
const store = createStore(reducer);
<Provider store={store} />
<App />
</Provider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment