Next.js Discord

Discord Forum

Refresh data without reload page

Unanswered
Gouty oak gall posted this in #help-forum
Open in Discord
Avatar
Gouty oak gallOP
Im using next 12.0.0, i want to every 1 min i could call the API again to refresh the data on the screen without reload the page.
Whats the best way?
Image

2 Replies

Avatar
Gouty oak gallOP
anyone?
Avatar
Bouvier des Flandres
I think client side refetch is the option if you want to achieve it without refresh, otherwise I hope you can trigger refresh with router as well.