Why should you use react query for your react app
React query provides hooks for managing server data in react application.
Imagine you are creating an application that receives data from an API and displays that data. How will you handle that data? State management yes!
With normal flow you will ...
clickpesa.hashnode.dev7 min read