Answer the question
In order to leave comments, you need to log in
How to update redux store for all clients?
When one client changes the state, its store is updated and everything seems to be normal. But what if some other user deleted some kind of entity, let's say a product, and this product disappears from him, but this product remains for other users. How is this problem solved?
Answer the question
In order to leave comments, you need to log in
This is handled by the server.
The clients are not related to each other.
The Store is purely the current state of the application of the client that uses it, nothing else.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question