scriptmaster
9/21/2017 - 7:54 PM

react-redux.d.md

Definitions for react-redux

Deps

install redux redux thunk and react redux

npm install redux redux-thunk react-redux

Imports

import create store and apply middleware from redux import { createStore, applyMiddleware } from 'redux';

import thunk from redux thunk impoort { thunk } from 'redux-thunk';