-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
How toIssues that ask How to do something in redux-dynamic-modulesIssues that ask How to do something in redux-dynamic-modules
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?
Metadata
Metadata
Assignees
Labels
How toIssues that ask How to do something in redux-dynamic-modulesIssues that ask How to do something in redux-dynamic-modules