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
What it the benefit of implementing such functionality at the Redux-Persist level vs as Redux middleware (ie. like with redux-state-sync)?
Only one I can think of is that as it's dependent on Redux-Persist, so all app instances are starting with latest state.
When similar functionality is implemented as middleware, only single actions are synced. Using this module whole state is being retrieved and hydrated.
The text was updated successfully, but these errors were encountered:
What it the benefit of implementing such functionality at the Redux-Persist level vs as Redux middleware (ie. like with redux-state-sync)?
Only one I can think of is that as it's dependent on Redux-Persist, so all app instances are starting with latest state.
When similar functionality is implemented as middleware, only single actions are synced. Using this module whole state is being retrieved and hydrated.
The text was updated successfully, but these errors were encountered: