Tag: react

  • How To Integrate React Query And Axios With Next.js

    💡 When it comes to data fetching in React, I have always preferred to use a third-party library to manage data fetching, since there are many aspects that one needs to take care of when dealing with it: caching, performance, memory management and many more. There are plenty of options to choose from, each one […]