thecodingmachine / redux-toolkit-wrapper

Redux-toolkit wrapper used to write less code regarding classic CRUD operations.
MIT License
19 stars 5 forks source link

Question, How to update multiple states with buildAsyncReducers #10

Open arunim2405 opened 3 years ago

arunim2405 commented 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?