React Query mutating data
So far, we have looked at how we can load data with React Query and even use an infinite loader.
But often, we also have the option to manipulate data. This could be either creating, updating, or deleting data.
React Query has a super cool hook for t...
h.daily-dev-tips.com3 min read