Why do we use JavaScript bundlers?
JavaScript is an interpreted language and doesn’t need compilation. Your browser can execute the same code that you write. So why do we use JavaScript bundlers?
Fewer JS files
Historically, the number of JS files used by a website was crucial because...
how-to.dev4 min read