10 followers
Full Stack developer, Microsoft MVP and javascript enthusiastic.
In some applications, you need to create a full-text search to improve the search of data. In some scenarios, you build this using an API and leave...
Hey folks, Today it is time to talk about two hooks exposed by react query: useIsFetching and useIsMutation. Each of these hooks could be used to...
Hey Folks,It's time to talk about the second core concept in React Query, mutation. What is it? Mutations are actions that a user can do in your...
Hey Folks,It's time to take a journey on react query. Don't you know it? Perfect, you are in the right place 😁 Introduction What is React Query?...
Interactive rebase · One of the processes I typically do in my daily work is interactive rebase.I commit a lot, and then before pushing the result, I try...
Parametrize tests · Hey folks, Today it's time to speak about how to parametrize tests with Playwright. There are cases where we want to test the same...