Preview:
npm install redux
npm install react-redux
npm install redux-thunk
--save

// In index.js

import {Provider} from 'react-redux';
import {combineReducer} from 'react-redux';
import store from './src/Redux/store';

const Root = () => (
    <Provider store={store}>
        <App />
    </Provider> 
    
)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter