Skip to content

Instantly share code, notes, and snippets.

@avivshafir
Last active March 5, 2018 19:04
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 avivshafir/39c283d0ae1c66af7766ef9ec365f7b4 to your computer and use it in GitHub Desktop.
Save avivshafir/39c283d0ae1c66af7766ef9ec365f7b4 to your computer and use it in GitHub Desktop.
adding redux form reducer to our app reducers
import { reducer as formReducer } from "redux-form";
const applicationReducer: Reducer<any> = combineReducers({
user,
sidenav,
navigation,
//...
form: formReducer
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment