Overview
Syllabus
- Introduction
- Installing esbuild
- Transpiling typescript using esbuild
- Comparing esbuild to TSC
- Creating our React Application
- Transpiling React Applications with esbuild
- Bundling our React Application with esbuild via Command Line
- Browser bundling with esbuild in Node.JS
- Serving bundles with http-server
- Sourcemaps
- Minify
- Bundling in browsers with ESBuild WebAssembly
- ESBuild Plugins
- ESBuild-Register
- Hot reloading with Express, esbuild Register and Nodemon
- Conclusion
Taught by
Chris Hay
Reviews
4.0 rating, based on 1 Class Central review
-
This tutorial is a great introduction to ESBuild with React. It clearly explains how to set up fast bundling for both JavaScript and TypeScript projects. The examples are practical, and the explanation of configuration options helped me understand how to optimize builds efficiently. A must-watch for developers looking to move away from slower bundlers like Webpack.