Tagged with: Webpack
Pete Eamsuwan • 1/31/2023
Lazy Loading React Components
Use React.lazy() and import() to dynamically load content on demand instead of up-front.
Pete Eamsuwan • 12/28/2022
Your bundle size matters
Reduce your JS bundle size to improve user experience
Pete Eamsuwan • 11/23/2022
Load files dynamically with Webpack
Learn how to use Webpack's require.context to dynamically load markdown files for a static blog