💧SSR / SSG

Implement SSR and SST without friction

Node

Atomico and automatic SSR support, you will not need additional packages, example:

Unlike other libraries, Atomico automatically hydrates when mounting the component in the DOM, so no additional client configuration is required.

circle-info

To use SSR in Node without tools like Next.js, Fresh or Astro you should import the path atomico/ssr/load from the server

SSR/SSG via @atomico/react

The @atomico/react package allows you to take advantage of support for SSR or SSG designed for React/Preact, example:

Astro build

@atomico/astroarrow-up-right allows to integrate SSR and SSG support to Astro build, We have used this integration to create the atomicojs.devarrow-up-right site.

Last updated

Was this helpful?