Next.js Discord

Discord Forum

How to refetch data in Next js 15+ with React.use() hook?

Answered
Sun bear posted this in #help-forum
Open in Discord
Avatar
Sun bearOP
Hello there, how we can refetch data like each 5s. So it should make request to fetch new data each 5s, My code on the screens
Image
Image
Answered by B33fb0n3
for that you should use a clientside fetching library like SWR or React Query. I like to use React Query

Btw: the use just awaits the promise (not making new calls)
View full answer

2 Replies

Avatar
for that you should use a clientside fetching library like SWR or React Query. I like to use React Query

Btw: the use just awaits the promise (not making new calls)
Answer
Avatar