Server islands make it easy to combine high performance static HTML and dynamic server-generated components.
How it works:
This approach means you can get the majority of your content in front of users as fast as possible and then load personalized details once they are ready.
In this example, the pulsing dots highlight artificially delayed responses to demonstrate the technique:
Try refreshing the page to restart the demo.
This demo is inspired by the Next.js Partial Prerendering demo.