Frontend Performance Optimisation
Apps need to be performant and instantly interactive to users input. Here's a few ways to boost a web apps performace and interactivity.
Apps need to be performant and instantly interactive to users input. Here's a few ways to boost a web apps performace and interactivity.
A lot of state variables means a lot of re-renders and useEffect Hooks. What if I told you there are computed variables in react and they could help you to reduce the number of state variables you use?
Everyone loves speed - be it cars, superbikes, or websites. A good website loads content within the blink of an eye. This post covers how to monitor your website pagespeed using google sheets. Click to read more.
React hooks are a great way to get deeper into the React world. This post teaches you how you can create a simple hook timer using React. Click to read more.
Sometimes you have a list of values to choose from and you want to randomize it? It can be easily done with a line of code.
Bookmarklets’ are nothing but a useful piece of code that can run on any loaded web page. This useful piece of code is written in JavaScript.
This helps me increase the session time of my site. Thank you!