React Query Tutorial #3 - React Query Dev Tools

preview_player
Показать описание
Hey all - in this React Query tutorial we'll see how to use theReact Quer dev tools to help us see what's happening under thood when we use React Query to manage our asynchronous data.

🐱‍👤🐱‍👤 JOIN THE GANG -
----------------------------------------
🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 🐱‍💻 Course Files:

🐱‍💻 🐱‍💻 Other Related Free Courses:

Рекомендации по теме
Комментарии
Автор

The way you speak "Right here" I like it 😊👍

dnynu
Автор

Welcome back, ninjas!! Love you, bro...

rohankiratsata
Автор

That "data fetched with no problemo" tho!! XD

sakshatlidhoo
Автор

1. if it is doing refetch in the background all the time then why doesn't those API requests are shown in Network Tab?
2. Secondly, isn't it the waste of resources that you are continuously fetching data in the background when you might not even need it or the data doesn't change at all but the requests are going?

Atif
Автор

Loving every tuts by ninja, can you do a css-in -js tuts please, (styled-components)

ramyniranjan
Автор

Fix for "TypeError: Cannot read property 'queries' of undefined" error after set up React Query Devtools: change import into - import { ReactQueryDevtools } from 'react-query/devtools'

niritngr
Автор

Excellent video and training. Very clear explanation. One detail though, in spanish you should say "sin problemas or if you want to mix: with no problema" not "problemo" since that word does not exist. :)

WilmanArambillete
Автор

Hey Shaun content is 🔥 and really inspirable.
The ninja really inspired my channel 🙏✌👌

aixoxa
Автор

for the new versin of react-query this tutorial not working

realtorBG
Автор

Hey Ninja, do you think we can get a series on accessibility? It would be dope!

josevargas
Автор

Cool, exactly what I was looking for, can't wait till the next episode!

JelteHomminga
Автор

× When I click on the query, inside query dev tools
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Query'
| property 'queryCache' -> object with constructor 'QueryCache'
| property 'queries' -> object with constructor 'Object'
--- property '["people"]' closes the circle

goncaloelisio
Автор

i just found ur channel and it's rly amazing keep it up <3

azox_sudo
Автор

Thanks a lot for making this tutorial.

ericcartman
Автор

I should ask for you?(Sorry English)
Why you make videos ? Your videos is incredibles, sucesses for you(Sorry English )

ramonpaolomaran
Автор

Hello ! Excellent bas usuall tutorial! Do u believe useQuert is betetr than just use useEffect and fetch there the data?? Or perhaps fetch the data in the begining and just access them with useContext?

billpapas
Автор

Looks like there been an update to react query dev tools. The open button is now on the left and is in the form of the react query logo

stevereid
Автор

Plz make a video on user state management using react query and useState

kumarvishalben
Автор

when I watched this video, React Query Devtools is already deprecated because of the v3, I hope there would be a newer version of this devtool compatible with v3 soon

cromuelbarut
Автор

This is great library. Can you name some library that do the same and it's compatible with Angular ?

webbiom