Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to ESBuild Tutorial for React - JavaScript and Typescript Bundling
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Installing esbuild
- 3 - Transpiling typescript using esbuild
- 4 - Comparing esbuild to TSC
- 5 - Creating our React Application
- 6 - Transpiling React Applications with esbuild
- 7 - Bundling our React Application with esbuild via Command Line
- 8 - Browser bundling with esbuild in Node.JS
- 9 - Serving bundles with http-server
- 10 - Sourcemaps
- 11 - Minify
- 12 - Bundling in browsers with ESBuild WebAssembly
- 13 - ESBuild Plugins
- 14 - ESBuild-Register
- 15 - Hot reloading with Express, esbuild Register and Nodemon
- 16 - Conclusion