How to Build Scalable Architecture for your Next.js Project

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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • nextjs-fullstack-app-template

    A fullstack template for a NextJs App

  • All code from this tutorial as a complete package is available in this repository.

  • community

    Welcome to the Vercel Community. Discuss feature requests, ask questions, and connect with others in the community. (by vercel)

  • The reason we are using v14 instead of v16 for Node is that later in the tutorial we will be deploying on Vercel which unfortunately still does not support Node 16. Perhaps by the time you read this tutorial it might. You can follow the progress here.

  • 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
  • Release

    Node.js Release Working Group

  • You can check your version of Node with node --version and make sure you are setting the correct one. A list of Node version codenames can be found here

  • prettier

    Prettier is an opinionated code formatter.

  • prettier - For automatic formatting of code files

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • Hop over to your preferred git hosting provider (Github for example) and create a new repository to host this project. Make sure the default branch is se tto the same name as the branch on your local machine to avoid any confusion.

  • ESLint

    Find and fix problems in your JavaScript code.

  • eslint - For best practices on coding standards

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