Skip to content
Discussion options

You must be logged in to vote

Each application gets its own instance of the Redux store at runtime, meaning you can't create a single store across applications. While you can share Redux code across the applications, its important to note that you can't guarantee that they will be holding the same data while the application is running.

You likely want to look into different methods for holding state, like URL query params, persisting the data into a database, or localstorage in the browser.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Siran5
Comment options

Answer selected by anthonyshew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants