Skip to content

Instantly share code, notes, and snippets.

@StevenLangbroek
Created December 29, 2015 22:08
Show Gist options
  • Save StevenLangbroek/200a7f06451142630c6f to your computer and use it in GitHub Desktop.
Save StevenLangbroek/200a7f06451142630c6f to your computer and use it in GitHub Desktop.
import { Provider } from 'react-redux';
import App from './App';
export default (
<Provider>
{() => <App />} // Say whaaaaaat?
</Provider>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment