Server Side Rendering

Server Side Component

  • Server Side Component = the same as SSR, except no JS are sent to browser at all! (default behavior of Astro)
  • Non-serializeable props cannot be passed between client/server side components. To go through the network, it must be serializable.