#frontend-development
Read more stories on Hashnode
Articles with this tag
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...
Do you or your users get a ChunkLoadError after your deploy updates? If you use code splitting and dynamic imports, old code can cause this issue. 1....
1. Introducing the new root API A root in React refers to the top-level data structure that renders a tree. In React 18, we will have two root APIs:...