What Is TanStack React Query? #reactjs #reactdevelopment #reactjstutorial #webdevelopment #webdev

preview_player
Показать описание
What is React-Query, how does it work and what is it used for?

📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

A data fetching library?? Come on dude don't insult this masterpiece like that. It's a fully loaded, undefeated and unmatched async state manager 🎉

bilalch
Автор

That's why though i learbed next i never went build something on next. Because everyone is going to come to recat at teh end

Rajesh-rgfw
Автор

When you migrating frm next to react, for routing what you used react router dom or tanscak router or anything else?

Rajesh-rgfw
Автор

NVM it is not a data fetching library. Rather it's an async state management library.

arnabchatterjee
Автор

Works with anything that’s a promise, as long as you’re passing a function that returns a promise it’ll work, fetch happens to be a function that returns a promise under the hood, same as many others that have nothing to do with data fetching ;)

luisllaboj
Автор

Hmm, bro it's an async state management library for react. Data fetching is an async operation, that's it.

suryak
Автор

Does it have realtime updates for a query?

abdelrahmanmostafa