What’s New With Nuxt 3

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

    Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.

  • One of the most important features of Nuxt 3, the new server engine is unjs/nitro. Nitro allows us to create API paths outside of pages in Nuxt. In this way, it provides the opportunity to develop full-stack. In addition, it provides the opportunity to distribute Nuxt application to any system that supports JavaScript (Node.js, Serverless, Workers, Edge-side rendering, etc.).

  • Nuxt 3

    Discontinued Old repo of Nuxt 3 framework, now on nuxt/nuxt (by nuxt)

  • It uses Nuxi for Command line interface,

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

    🌉 Experience Nuxt 3 features on existing Nuxt 2 projects (by nuxt)

  • It uses Nuxt Bridge to ease the migration from Nuxt 2.

  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • It supports webpack 5 and Vite, which supports hot module replacement during development and assembles your code for production,

  • vite

    Next generation frontend tooling. It's fast!

  • It supports webpack 5 and Vite, which supports hot module replacement during development and assembles your code for production,

  • esbuild

    An extremely fast bundler for the web

  • It uses esbuild so you can write the latest JavaScript syntax while supporting older browsers,

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