Open arunim2405 opened 3 years ago
buildAsyncReducers accepts itemKey, what if I want to update two items with one Action for example initialState={ userDetails:{}, token:"", isAuthenticated:false } Can I update all of these with one Action by writing custom reducer logic?
buildAsyncReducers accepts itemKey, what if I want to update two items with one Action for example initialState={ userDetails:{}, token:"", isAuthenticated:false } Can I update all of these with one Action by writing custom reducer logic?