Serverless Containers vs Serverless Next.js SSR on AWS, GCP and Vercel

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
  • Next.js

    The React Framework

  • Netx.js serverless announced in 2019 has been deprecated in 2021.

  • next-i18next

    The easiest way to translate your NextJs apps.

  • internationalization doesn't seem to work out of the box in serverless mode, you may be interested by issue_274, issue_911, issue_1311, issue_1490, issue_1552

  • 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
  • left-pad

    Discontinued :arrow_left: String left pad -- deprecated, use String​.prototype​.pad​Start()

  • when using some other modern libraries like tailwind, you have to update the Next.js version carefully or you may have some errors following the Next.js update. Nothing new in javascript world, if something is working it's not guaranteed it will last :) It is important to really read the Next.js release notes as the base configuration may change in between the releases.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • when using some other modern libraries like tailwind, you have to update the Next.js version carefully or you may have some errors following the Next.js update. Nothing new in javascript world, if something is working it's not guaranteed it will last :) It is important to really read the Next.js release notes as the base configuration may change in between the releases.

  • React

    The library for web and native user interfaces.

  • Next.js today offers great simplicity and performance, however at some point you are almost obliged to switch to SSR and thus the question should be formulated in the following way : are you ready to have node.js serving js files on the server or you wish to have js files executed in browser only? You may often migrate to react by applying the From React to Next.js in reverse mode.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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