Lazy loading is way more important than you might think it is for your website. Get to know about its significance.
11 mins •
Lazy loading is way more important than you might think it is for your website. Get to know about its significance.
11 mins •
JavaScriptWeb OptimizationReactFrontend
Building a Lazy Loader from Scratch in React (Part 1)
Get started with implementing an image lazy loader using React and the robust IntersectionObserver
API.
27 mins •
JavaScriptWeb OptimizationReactFrontend
Building a Lazy Loader from Scratch in React (Part 2)
Understand how to address the issues of CLS and responsiveness when working with lazy-loaded images.
32 mins •
JavaScriptWeb OptimizationRollupFrontend
Rollup's intro
and outro
- Two Amazing Features You Must Know!
These two configurations of Rollup can prove to be really handy if you want to wrap bundled code with some of your own code.
29 mins •
8 Simple Ways To Become Better at JavaScript!
Walk through 8 simple, yet extremely practical, ways of improving your JavaScript skills.
27 mins •
14 Common Questions for JSX (React) and Their Answers
Quickly revise your understanding of JSX by going through a series of 14 simple questions.
11 mins •
Are You Just Good or Perfect in JavaScript? Part 1
Determine whether you really know, and know well, these 5 different concepts in JavaScript.
6 mins •
JavaScriptWeb OptimizationHTTP
7 Ways to Decrease Loading Times on Your Website
Reduce the loading times of your websites in these 7 practical and superbly simple steps.
12 mins •
JavaScriptWeb OptimizationReactFrontend
Building a Lazy Loader from Scratch in React (Part 3)
See how to implement a basic fade-in transition on a lazy image before loading it into view.
13 mins •
What Exactly is Math.fround()
and Math.imul()
in JavaScript?
Discover the hidden power behind two of the most uncommon methods of the Math
object in JavaScript.
19 mins •