Skip to content

Instantly share code, notes, and snippets.

@prasanna1211
Created January 25, 2018 06:31
Show Gist options
  • Save prasanna1211/c3b1d9f1d70f8ce80db1ad24751d9856 to your computer and use it in GitHub Desktop.
Save prasanna1211/c3b1d9f1d70f8ce80db1ad24751d9856 to your computer and use it in GitHub Desktop.
```
// in your root reducer import { combineReducers } from 'redux';
import { reducer } from 'redux-form';
export default combineReducers({
form: reducer, // form Reducer which has all details about form.
// ...other reducers });
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment