Glossary

SSR (Server-Side Rendering)

Rendering strategy that produces HTML on each request.

In depth

Necessary when page needs request-time data (auth state, personalisation). Slower TTFB than SSG but indexes the same.

Related terms