© 2023 Hashnode
#speed
Well, recently anywhere I go, people are fascinated by how fast I type and they wanna learn how to do that themselves. So, Today I am going to show just that. But Full Disclosure, This is not mandator…
As I was recently converting a personal project into a PWA, I started to learn about service workers. I knew a little bit, but after some more digging (and even more debugging), here's the summary of …
Have you ever visited a website and found yourself waiting for what feels like an eternity for it to load? If you have, you're not alone. Slow-loading websites can be frustrating for users and can cau…
It is said that before optimizing one must first analyze. But the question comes to mind what exactly do we have to analyze, instead this “What” is supported by the need to understand how an HTML docu…
A short view back to the past create-react-app in 2017 (its v1 release) was this cool kid in around the block. We finally had a go-to way to start a react project that you couldn't go wrong with. But …
Top 10 Reasons to Use Lazy Loading in Your React Application Improve performance: Lazy loading allows you to only load components or data when they are needed, which can improve the performance of yo…
Introduction If you've ever been on a website and thought it was taking too long to load, you know how frustrating it can be. In today's fast-paced world, we expect things to happen quickly. Visitors …
You know that feeling of logging into a website but having to wait an extra few seconds before you can efficiently navigate the page because the images haven't loaded completely? Annoying, right? 😅 W…
One of my hobbies is playing Hyperbullet Chess (30 second games) online and my Elo rating is quite high (it is higher than over 84% of Bullet players on Lichess) despite the fact that I did not enter …
Introduction React apps are fast. But what if you could make them faster? The complexity increases as you add more components, and render times can also increase. There’s no need to fear, though! With…