Daron Robinson

Results 1 comments of Daron Robinson

I seem to have got it going using this syntax: import allOtherAppReducers from './allTheOtherAppReducers.js' import myCustomFormDataReducer from './myCustomFormDataReducer.js' const store = createStore( combineReducers({ ...allOtherAppReducers, apollo: apolloClient.reducer(), ...createForms({ formData: myCustomFormDataReducer })...