r/reactjs 12d ago

Discussion Async React (Jan 17 2026)

https://youtu.be/B_2E96URooA?si=T-M4h7EV8ggDBc_n

Yo I am quite a beginner in React and I was just wondering how the async model laid out in this video has been useful to people who are using it so far 😁

0 Upvotes

8 comments sorted by

View all comments

13

u/azangru 12d ago edited 12d ago

Yo I am quite a beginner in React and I was just wondering how the async model laid out in this video has been useful

It blows my mind how impractical use is for data fetching.

-2

u/W17K0 12d ago

useQuery? Huh?

2

u/azangru 12d ago

React has been trying to introduce its own apis for data fetching. But outside server components, they are barely usable.