Use esbuild to speed up your Creat-React-App project

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. create-react-app

    Set up a modern web app by running one command.

    Slow compilation speed has always been a pain point of CRA(create-react-app). Generally CRA uses webpack 4 as bundler but the esbuild even faster than it.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. Geekits

    🛠️ Feature-rich all-in-one digital toolbox designed for daily Paper-Cuts with efficiency and simplicity.

    I compared the startup time of the two bundlers with one my bloated project: esbuild saved 25s than webpack(from 71s to 45s).

  4. create-react-app-esbuild

    Use esbuild in your create-react-app for faster compilation, development and tests

    I recommend this way because it's easier and stabler. Just see this short doc.

  5. esbuild-loader

    💠 Speed up your Webpack with esbuild ⚡️

    In fact, the create-react-app-esbuild is only an encapsulation of esbuild-loader.

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

  • How I Used Electron and React to Create a Sweet UI for FFMPEG

    1 project | dev.to | 15 Dec 2023
  • M0B205 for Alienware AW3423DW available for download from Dell, thought you couldn't upgrade the firmware on this one yourself?

    1 project | /r/ultrawidemasterrace | 5 Dec 2023
  • Express with electron-react boilerplate

    1 project | /r/electronjs | 18 Jun 2023
  • Webpack production issue that will break half of the internet

    2 projects | news.ycombinator.com | 17 May 2023
  • Skeleton Electron "Shoebox" codebase

    1 project | /r/electronjs | 21 Apr 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?