I'm really fascinated with the possibility of using RSC as the format for fetching updates on the client.
Using old-style api json request, I am able to update a single client component specifically at a time.
For server component updates I'm only aware of using revalidatePath with server actions to get the RSC output of basically all server components on this path or router.refresh to get the same result with GET request.
What's the current/planned pattern for fetching the smallest RSC update for a limited server component tree.
Is the currently a way to fetch the RSC data for a single page/route segment (without fetching layouts/pages above or below on the path)?