How can I make my CRA server start up quicker?

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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. Speed Measure Plugin

    ⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. craco

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

  4. vplanweb

    Discontinued A web app for the substitution plan of my school - data is supplied by an API maintained by @ChuangSheep

    If you want to see how I did it, here you go. As I said, tiny project, but also a pretty minimal demo for switching in this case. I migrated to React18 in the same moment (don't ask why), so ignore the changes in src/index.ts.

  5. vite

    Next generation frontend tooling. It's fast!

    use vite https://vitejs.dev/ it's super straightforward, fast and reliable

  6. esbuild

    An extremely fast bundler for the web

    You should know that CRA is using webpack and babeljs for bundling and compiling the js, jsx to es5( based on your configs), and these two are pretty damn slow! you can change babel with esbuild which you can read here and also there are other articles out there... this will make a hige speedup for you because you are replacing those two which is written by javascript with esbuild which is written by golang that is pretty (fast](https://esbuild.github.io/), actually vite is using esbuild behind the scene and that is why its is super fast!

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB 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

  • Using Vite with React

    18 projects | dev.to | 3 Apr 2021
  • Optimizing React Development with Vite🤩.

    3 projects | dev.to | 19 Dec 2024
  • Someone built this Flexbox Playground with Animations

    1 project | news.ycombinator.com | 25 Nov 2024
  • Show HN: Minimal browser extension template for Chrome and Firefox

    1 project | news.ycombinator.com | 23 Oct 2024
  • Make your Vite applications run a little faster

    12 projects | dev.to | 14 Sep 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?