Skip to content

Instantly share code, notes, and snippets.

@rafaellucio
Created December 5, 2017 01:34
Show Gist options
  • Save rafaellucio/8af3e3642053bbbf5d4535d9e0b3b240 to your computer and use it in GitHub Desktop.
Save rafaellucio/8af3e3642053bbbf5d4535d9e0b3b240 to your computer and use it in GitHub Desktop.
import { Provider } from 'react-redux';
...
const App = () => (
<Provider>
<CounterContainer />
</Provider>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment