I'm reading the intro to redux
pattern, and there is the following paragraph there:
... consider the new requirements becoming common in front-end product development, such as handling optimistic updates, rendering on the server, fetching data before performing route transitions, and so on.
My question is what is optimistic updates here?