👩‍💻 Server-side Rendering - What? Why? How?

Key concepts related to SSR and Angular Universal

Determine the best rendering strategy for your use-case. You may not need SSR at all if the app does not care about search engine bots or social media link bots.

Strategies

Server-side Rendering (SSR)

  • Renders the app on every request
  • Requires a NodeJS server

Prerendering

  • Renders the app at build-time
  • Can be deployed to Firebase Hosting
  • Routes must be known in advance

Questions? Let's chat

Open Discord