← All projects

react-query-useEffect

by @ipenywis

59

Why you should use react-query instead of useEffects for API Calls?

About this project

Why you should use React Query instead of useEffect for API Calls? This repo, gives great examples of why you should use react-query library for fetching and storing the state of your server-side data in React instead of gambling with useEffect and redux use react-query for fetching it has isLoading, error, isSuccess with a single hook It's smart about when to refetch and sharing data between components Uses cache cleverly giving you all the control Easy to use and makes it easier for your team All the details are explained on CoderOne's youtube channel: https://youtu.be/Kjkx2BASAZA

From the project README on GitHub

Stars
59
Forks
26
Last push
11 Mar 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/react-query-useeffect.svg)](https://www.madeinalgeria.dev/projects/react-query-useeffect)

Related projects