Video yükleniyor...
Video Yüklenemedi
⚛️ How to make context scoped query hooks in React ↓
34,403 görüntüleme • 1 yıl önce •via X (Twitter)
9 Yorum

I've been working professionally with React for more than 8 years and I compiled all my knowledge into 100+ infographics and 90+ video tutorials just like this one. Check them out ↓

Debatable approach @TkDodo what do you think🥸

More tutorials with useQuery please

Will do I love react-query! if you want the BEST course out there on it I suggest

Interesting approach. 🤔 What are the pros and cons of this? How then do we get those error & loading states in some child component N, if we really need them? Finally, how does it scale & look like when you have a list of useQuery wrappers?

useSuspenseQuery is enough...

Isn't this what suspense is for? Kind of defeats the purpose of using react-query in this case.

This example focuses on components that use the query hook data from the cache, in that case there is no loading/error state as the data is already there.

I don't think is over engineer tho, why do you think that? curious to hear your thoughts
