Astro Homepage

I'm a server-rendered page

(I'm re-rendered in Cloud Run for every request)

This is what your request looks like:

{
  "url": "https://astro-on-firestack--all-the-frameworks.us-central1.hosted.app/ssr",
  "method": "GET",
  "mode": "cors",
  "headers": {}
}

Here's an image optimized by Astro

Firebase App Hosting logo

Here's a component rendered at request time

Here's a component rendered as a server island

Loading...

Here's a component rendered at request time and hydrated on the client

Here's a component only rendered on the client