Next.js vs. create-react-app: Which Should You Use For Your Next React Project?

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

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.

  • One additional consideration is that, while the React team did create the create-react-app framework, they're only reluctant, part-time maintainers now. It works fine, and I have a couple of projects that use un-ejected create-react-app in production, but in terms of future-safe support, I'd point folks to NextJS even if they don't plan to use the SSR-specific features that Next brings.

  • Next.js

    The React Framework

  • he ment a boiler plate for other frameworks(tailwind,mango etc). Check out the examples by nextjs themselves. https://github.com/vercel/next.js/tree/canary/examples/

  • 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
  • 5 built-in Next.js features you absolutely should check out

    2 projects | dev.to | 26 Jan 2021
  • A detailed guide on how to implement Server-side Rendering (SSR) in a NextJs Application

    3 projects | dev.to | 29 Mar 2023