⚡ defer vs async – Why They Matter When Loading JavaScript in <head>
If you've ever written HTML with JavaScript, you've probably used something like this:
<script src="main.js"></script>
But what if I told you this innocent-looking tag could block your page from loading quickly? 🐢 That’s where defer and async come ...
pushpesh-js-articles.hashnode.dev3 min read