What is SSR and when should you use it.

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • web-vitals

    Essential metrics for a healthy site.

  • Improve UX. With SSR you get a faster time-to-content, now that we don’t need to wait till we download all of the JS files and then execute them a user with slower internet speed will get to see the webpage content much quicker. Another benefit is that the data on the initial load is loaded on the server as well which is likely a faster connection to the database than most client connections. These benefits tend to result in better Web Vitals as well which brings me to the next bug benefit of SSR.

  • Nuxt.js

    Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

  • Here are some great resources to get you started with setting up your webapp with SSR. For react check out the Next.JS. For vue check out the Nuxt.JS. For angular check out Angular Universal.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Next.js

    The React Framework

  • Here are some great resources to get you started with setting up your webapp with SSR. For react check out the Next.JS. For vue check out the Nuxt.JS. For angular check out Angular Universal.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts