Is create-react-app still the most common way to fire off a new react project?

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

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

  • I wouldn't recommend starting a CRA app today. Our team is on CRA3 (Webpack 4) and for our large app dev startup time to first pageload is 70s -- not great. But I tried upgrading to CRA4 (Webpack 5) in a branch, and the startup time increased to 6 minutes. I'm not the only one having this issue with Webpack 5, and until there's substantial improvement on this front I am strongly inclined to stay away from Webpack or anything Webpack based.

  • craco

    Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

  • You shouldn't ever have to eject. Tools like https://github.com/gsoft-inc/craco will let you override the CRA config without needing to eject at all.

  • 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

  • Fullstack GraphQL starter kit Mid-2021 update

    4 projects | dev.to | 3 Jun 2021
  • Optimizing React Apps for Performance: A Comprehensive Guide

    2 projects | dev.to | 2 Apr 2024
  • Gzip Compression and IIS Setup on Windows Server for React Projects

    1 project | dev.to | 6 Jan 2024
  • Webpack production issue that will break half of the internet

    2 projects | news.ycombinator.com | 17 May 2023
  • Why the negativity towards Webpack?

    3 projects | /r/reactjs | 7 May 2023