How to lazy load with esbuild
In this article, I will show you how to lazy load with esbuild. It's achieved by using a work-in-progress flag --splitting, so you may want to check out the documentation before you will start building something very complex with it.
Lazy loading
Is ...
how-to.dev3 min read