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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Geekits

    🛠 A robust, feature-rich online toolbox designed for efficiency and simplicity. | 极简,强大,高效的在线工具箱,遵循MD设计规范

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

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

  • 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 konow that JavaScript is
the 3rd most popular programming language
based on number of metions?