You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first i want to say that it is very nice package. ty.
but could you explain how can i combine all my redusers, to unite all parts of state in one global state?
or maybe the idea is that i have only one reduser and one useThunkReducer?
The text was updated successfully, but these errors were encountered:
Hi, first i want to say that it is very nice package. ty.
but could you explain how can i combine all my redusers, to unite all parts of state in one global state?
or maybe the idea is that i have only one reduser and one useThunkReducer?
you can use combineReducers that is a function from redux
Hi, first i want to say that it is very nice package. ty.
but could you explain how can i combine all my redusers, to unite all parts of state in one global state?
or maybe the idea is that i have only one reduser and one useThunkReducer?
The text was updated successfully, but these errors were encountered: