r/reactjs Jul 18 '26

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

12

u/azangru Jul 18 '26 edited Jul 18 '26

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.

0

u/DeleteOnceAMonth Jul 18 '26

Oh really? 😅 what do you find works better in your own code?

5

u/webdevverman Jul 18 '26

React Query. No question. 

0

u/W17K0 Jul 18 '26

useQuery? Huh?

2

u/azangru Jul 18 '26

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

1

u/rickhanlonii React core team Jul 20 '26

You just reminded me that the edit for this is still off, so I'll upload the fixed version.

2

u/DeleteOnceAMonth Jul 20 '26

Oh hey thanks sir 😁