There is one detail that is not clear to me from the documentation related to the Redux Toolkit.
The example suggest that we need to use extraReducer with HYDRATE for all the slices. Is this right? Or we should create something like an additional slice to wrap all the other reducers?
There is one detail that is not clear to me from the documentation related to the Redux Toolkit.
The example suggest that we need to use
extraReducer
withHYDRATE
for all the slices. Is this right? Or we should create something like an additional slice to wrap all the other reducers?