Why shouldn't you use async and defer in the same script tag?
September 15, 2024
Using both async and defer in a script tag can lead to unexpected errors.
I build highly complex web apps using latest technologies, and I love to create tools that help me build them faster. I share what I know through blogging. You can hire me to build you web apps or teach you how to create them.
Using both async and defer in a script tag can lead to unexpected errors.
Gleam is a beautiful language. Read this if you are unsure about learning it.
All you need to learn about closures in JavaScript
Writing easy-to-change code should be the goal
Learn how to create a similar effect to the header on the profile page of the Twitter mobile app
Learn how to create text-fill animation on hover with pure CSS