I have read a code that save data from backend at redux, but I got little confused, isn’t it mean if someone else update the data, the data on my redux will not be updated? when should I update data at the redux?
I have read a code that save data from backend at redux, but I got little confused, isn’t it mean if someone else update the data, the data on my redux will not be updated? when should I update data at the redux?