React Query: Simplifying Data Fetching in React Application
Side Talk
In a typical react application (well, before react query became a thing), the standard way to manage asynchronous data between different components and keep the state synchronised is to make use of global state management tools like Redux, ...
dareaderemi.hashnode.dev4 min read