- Notifications
You must be signed in to change notification settings - Fork111
Closed
Description
I want to pass preloaded state from server
createStore(window.__PRELOADED_STATE__,[],[sagaMiddleware])
(https://redux.js.org/recipes/serverrendering#client-js)
Problem is initial state passed to createStore overwrites by initial state from each dynamically loaded reducer. How can I apply preloaded state to them?