Skip to content

Instantly share code, notes, and snippets.

@prasanna1211
Created January 25, 2018 06:34
Show Gist options
  • Save prasanna1211/c6a0e78b00f95dc76ca771d111a61b3f to your computer and use it in GitHub Desktop.
Save prasanna1211/c6a0e78b00f95dc76ca771d111a61b3f 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