Slide 45
Slide 45 text
45
Prerequisites
- make sure that the API you rely on is stable and
returns predictable result
- ensure API response time
- identify potential errors and problems before
sending a request to the server
- use optimistic patterns for simple binary elements:
expect a successful or failed answer
- An optimistic UI is not just a click of a button. This
approach can be applied to various interactions