Nx + NextJS + Docker - The Nx way: Creating the NextJS application

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

    Docker CLI plugin for extended build capabilities with BuildKit

  • Container engine: Docker v23.0.4 | Buildx v0.10.4

  • svgr

    Transform SVGs into React components 🦁

  • //@ts-check // eslint-disable-next-line @typescript-eslint/no-var-requires const { composePlugins, withNx } = require('@nx/next'); /** * @type {import('@nx/next/plugins/with-nx').WithNxOptions} **/ const nextConfig = { nx: { // Set this to true if you would like to use SVGR // See: https://github.com/gregberge/svgr svgr: false, }, }; const plugins = [ // Add more Next.js plugins to this list if needed. withNx, ]; module.exports = composePlugins(...plugins)(nextConfig);

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

    Docker - the open-source application container engine (by microsoft)

  • Container engine: Docker v23.0.4 | Buildx v0.10.4

  • volta

    Volta: JS Toolchains as Code. ⚡

  • JS Tool Manager: Volta v1.1.1

  • nx

    Smart Monorepos · Fast CI

  • Monorepo build system: Nx v16.4.0

  • Next.js

    The React Framework

  • App framework: NextJS v13

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