Should I migrate from create-react-app?

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!

  • There's an open issue on the Vite repo that is completely blocking us from migrating because the build speed gains are not worth the cost of upgrading our AWS pipeline.

  • rollup-federation

    Module Federation within the rollup bundler

  • Yeah with rollup https://github.com/module-federation/rollup-federation

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

    ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️

  • once upon a time there was this thing called Snowpack: https://www.snowpack.devwhich had a lot of promises as vite (rollup w/ esm). So I migrated a project over from CRA to this thing.While startup speed was much much faster, it actually didn't make the app useable. I timed it meticulously for both CRA and snowpack build and found that the TTI was almost identical. I am not claiming the same to be vite but it's possible and I don't have a large app to prove it..

  • vite-plugin-graphql-server

    Bootstrap a local GraphQL server in your Vite project

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