`refetchOnWindowFocus` with RSC?
Hi.
Is there any way to have
Perhaps I can use
Is there any way to have
refetchOnWindowFocus work with server components? Seems like it only available for client side.Perhaps I can use
revalidatePath() to handle this? Not 100% sure what the best/optimal solution is.