Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Created March 6, 2018 12:22
Show Gist options
  • Save innovid-rnd/84c69b20eabdb10de548f0e2e9a56ec5 to your computer and use it in GitHub Desktop.
Save innovid-rnd/84c69b20eabdb10de548f0e2e9a56ec5 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