Next.js 13 is here

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vercel-og-nextjs

  • The above code provides us with the card below for this url. (Full code for the Next project)

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

  • Let's be honest, webpack has been an essential part of the web, but with time it has shown it's drawbacks. It has it's fair share of non-fixable issues and it has hit the cap for performance for a bundler written in JavaScript.

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

    Next generation frontend tooling. It's fast!

  • The benchmarks are a topic of debate themselves, like the ones claiming Turbopack being 10x faster than Vite:

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

  • Exploring Vite.js: The Lightning-Fast Build Tool for Modern Web Apps

    3 projects | dev.to | 30 Apr 2023
  • We are going to Forget Webpack, Vite, and everything Very soon

    2 projects | dev.to | 25 Oct 2022
  • It's 2022, are you using ReactJS or NextJS?

    3 projects | /r/reactjs | 2 Aug 2022
  • Best practices: building JS projects for deployment

    2 projects | /r/learnjavascript | 13 Jul 2022
  • [AskJS] How can i structure my js library?

    4 projects | /r/javascript | 20 Jul 2021