Fetching data with React
Introduction
When we create a React application, there are a lot of chances you will have to fetch data from a remote server.
Depending on your project, you will probably have to make simple calls or use advanced techniques to get your data cached or...
brunosabot.hashnode.dev8 min read
Andrew Baisden
Full-Stack Engineer | AI-Augmented Developer | React • TypeScript • Node • Python | Cursor + Claude daily
Good post I have also started to use the Context API with React Query more than Redux lately.