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