13 ms·
TL; DR: The idea is that you update the client before you send an Ajax request to the server. "Optimistic updating", not "Asynchronous UI". The UI is alread
by HnNoPassMailer 15y ago
TL; DR:
The idea is that you update the client before you send an Ajax request to the server.
"Optimistic updating", not "Asynchronous UI". The UI is already asynchronous (regardless of UI updating order).
"request/response model".
"Pessimistic updating" -> i.e. update UI only after successful response
- secoif 15y agoAgreed. Optimistic/pessimistic UI communicates the concept far much more clearly.