#javascript
Read more stories on Hashnode
Articles with this tag
What's the Fuss About Module Loading? 🤔 Imagine you're building a complex e-commerce site. Your homepage needs to load quickly, but it also...
1. Introduction to Webpack Chunking What is Chunking? Chunking in Webpack is a vital optimization technique for improving the performance of web...
Webpack is a powerful tool for bundling JavaScript, but as applications grow larger, optimizing those bundles can become challenging. In the early...
Hello everyone! As a frontend React developer with four years of experience, I’ve recently been diving deep into the world of accessibility (A11Y)....
Introduction Hello 👋 Devs. Welcome to this quick introduction blog highlighting the differences between React and Next.js. React is a widely used...
Introduction Understanding the default parameters in JS functions is not much difficult, but when we are looking in more depth there is a lot of...