Pinia Colada: Scalable Data Handling in Vue
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

Optimistic Updates in Pinia Colada

In this lesson, learn a technique called “optimistic updates” to make your application mutations feel as fast as possible. Optimistic updates involve updating your client-side state before the server side state in expectation that the server will behave successfully.

With Pinia Colada, optimistic updates can be achieved easily with the onMutate hook of useMuatation and the queryCache.setQueryData function.

Links