Next.js Discord

Discord Forum

Refresh behaviour / next 14

Unanswered
Bighead carp posted this in #help-forum
Open in Discord
Bighead carpOP
Imagine that we have a page with two suspense boundaries (two server components, each has its own huge ORM request)
Am I able to refresh only one boundary with its request after some action? I don't want to refresh the whole page with router.refresh()

As I remember I could achieve something similar using react-query, where I could refresh queries and so on...but here I can't understand the whole picture and server components approach

0 Replies