Posts by Pedro Miguel • 11 points
1 post
-
1
votes0
answers31
viewsQ: Doubt about the Redux-React store
I have three rooms: import { combineReducers } from 'redux'; import formularios from './formReducer'; import userLogin from './userReducer'; import errorReducer from './errorReducer'; export default…