
-
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.
-
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.
-
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).
-
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.
-
In fact, the create-react-app-esbuild is only an encapsulation of esbuild-loader.
Related posts
-
How I Used Electron and React to Create a Sweet UI for FFMPEG
-
M0B205 for Alienware AW3423DW available for download from Dell, thought you couldn't upgrade the firmware on this one yourself?
-
Express with electron-react boilerplate
-
Webpack production issue that will break half of the internet
-
Skeleton Electron "Shoebox" codebase