Upsided
Upsided8mo ago

change data from query

There is a page in which I make a query for a list of codes, and on that page you can also generate one, how do I change the data to update the list on the page without refetching?
1 Reply
Mika
Mika8mo ago
Look up tRPC optimistic updates (query setData)

Did you find this page helpful?