DEV Community

Discussion on: What is the standard way to keep UI state and backend state synced during updates? (React and Node)

Collapse
 
jesseayegba profile image
JesseAyegba

What if the request never gets to the backend? How do you deal with that? It means that your UI is now in a wrong state.

Collapse
 
yifeikong profile image
Yifei Kong

I suppose that would be a timeout error?