Edit on GitHub

Astro

SSR framework.

Capabilities

  • Component Framework Support: Astro supports multiple frameworks, including React, so you can easily integrate React components within an Astro project. This makes it possible to use React only where it’s needed.
  • Partial Hydration: Astro’s partial hydration feature allows you to only hydrate specific parts of the page with React components, keeping the rest of the page static. This is beneficial if you want to keep the navigation dynamic but the rest of the site fast and SEO-friendly.