Skip to content

Instantly share code, notes, and snippets.

@cbioley
Created April 26, 2016 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbioley/bc5abd498376f071fda2f0fd6de06300 to your computer and use it in GitHub Desktop.
Save cbioley/bc5abd498376f071fda2f0fd6de06300 to your computer and use it in GitHub Desktop.
// 4. Setup your app.
import { Provider } from 'react-redux'; // <-- and not 'react-redux-router'
// 5. Setup your store.
import {
createStore,
combineReducers,
applyMiddleware
} from 'redux';
import {
modelReducer,
formReducer
} from 'react-redux-form';
import thunk from 'redux-thunk'; // <-- missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment