Next.js Discord

Discord Forum

suspense specific refresh possible?

Answered
Pink salmon posted this in #help-forum
Open in Discord
Pink salmonOP
for context I have list of order items and each item has specific status. e.g: pending, shipped, delivered.

I want to refetch the status every 3 seconds if the status is not yet "delivered." Is this possible with suspense, or do I really have to refresh the whole page every 3 seconds when all the items are not yet delivered?
Answered by B33fb0n3
it's not possible with suspense. Use a clientside fetching library like swr or react query to refetch data in an interval
View full answer

1 Reply