create-react-app or vite for new project?

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • vite

    Next generation frontend tooling. It's fast!

  • create-react-app

    Set up a modern web app by running one command.

  • Vite. Point of CRA is to have everything set up fast, but at cost of configuration options. Sure, there's some stuff to get configuration changed, but ultimately, if we talk only about pure CRA, your only option to make some changes is to eject. And ejecting leaves you without CRA, but with huge barely maintainable configuration. At least, that was case few years ago. CRA was never meant to be the best tool for the job, but it was first (or among first). Please, read this discussion about reasoning behind CRA creation, it's limitations and reasoning behind limitations.

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

    Template React project with full TypeScript and SSR support. (by StopNGo)

  • You can try a react boilerplate, like this - https://github.com/StopNGo/react-proto

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