5 built-in Next.js features you absolutely should check out

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
  • create-react-app

    Set up a modern web app by running one command.

  • With Next.js you get many things out of the box such as built-in routing, automatic code splitting and it will even decide whether your app can be statically rendered or needs to be rendered server-side on every request - all of this without any configuration. In fact, when creating a new React application I default to using create-next-app as opposed to create-react-app.

  • Next.js

    The React Framework

  • The incredible amount of examples available in the Next.js GitHub repository. If you haven't already stumbled onto them, the Next.js GitHub repository contains an examples directory that is full of examples. These show you how to use technologies such as Tailwind CSS, TypeScript and various CMSs such as Contentful with Next.js. You can use create-next-app to download an example.

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

  • React core team on the recommended way to build with react

    3 projects | /r/reactjs | 24 Jan 2023
  • React Proto - React TypeScript Boilerplate

    3 projects | dev.to | 13 Oct 2022
  • Will Next JS become a hot skill or already it is ?

    2 projects | /r/nextjs | 15 Jan 2022
  • Next.js vs. create-react-app: Which Should You Use For Your Next React Project?

    2 projects | /r/nextjs | 9 Aug 2021
  • A detailed guide on how to implement Server-side Rendering (SSR) in a NextJs Application

    3 projects | dev.to | 29 Mar 2023