Video yükleniyor...
Video Yüklenemedi
❌ Don't pass props to multiple nested components in React. ✅ Instead use libraries like react-query to better handle server state.
137,429 görüntüleme • 2 yıl önce •via X (Twitter)
10 Yorum

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

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

It would be cool if you could recommend importing from '@tanstack/react-query' instead of just 'react-query'. We've moved to the TanStack umbrella over a year ago.

Will do Dominik!

But using the same query inside dashboard will trigger another api call right?

Nope, it only triggers another api call if the data is not already in the cache.

Love this concept and react-query in general! First time I saw it was in this great article:

I use Redux for state management. React query look simpler and reduces redux broiler plate. Does react query works with React Native? Any cons I should be aware of?

State colocation, right ?

Agree, important tip George!
