Articles in this series
1. Problem Your function receives many arguments and it’s hard to remember the order or not clean to scale up. You may also have problems with...
1. Problem Sometimes we’d like a function to behave differently in certain conditions. So a common approach is to pass a boolean parameter, also known...
Web fonts are an essential aspect of modern web design. They allow for beautiful typography on the web, unique to your product ✨ 1. What is FOUT and...
1. What is Vite? Vite is a next-generation, front-end tool that focuses on speed and performance. Vite is created by Evan You, who is the creator of...
Up until now, we’ve been using bundlers like rollup and webpack to turn all of those modules into a single JavaScript file that the browser can run...
1. Problem with SVG flash/ flicker If you have a button with an SVG background that also has an SVG background for its hover. When you hover over it...