Caching with TanStack Vue Query

Lessons

1. Querying and Caching

8:05

2. Query Options

2:27

3. Mutations

4:21

4. Optimistic Update

3:43

Mutations

So far we’ve only been querying data from the server, most applications will require some mutations. Mutations are requests that would change the data on the server. For example, submitting a f