Maciek Sitkowski
Maciek's Blog

Maciek's Blog

Follow
Series

Today I Learned

In this series, I post short notes about the stuff, that I've recently learned.

Articles in this series

React Query: Execution order of useMutation side effects

Oct 19, 20221 min read

Today I learned, what is the actual order of execution of React Query useMutation side effects. Given a mutation like this: const mutation =...