S
S
Sergey Kotov2020-09-01 15:07:48
redux
Sergey Kotov, 2020-09-01 15:07:48

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

1 answer(s)
D
Dmitry Kulakov, 2020-09-02
@Sqvall

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 question

Ask a Question

731 491 924 answers to any question