Abhishek Sadhwaniabhisheksadhwani.hashnode.dev·Feb 2, 2025Lazy Loading & Code Splitting: The Key to Faster React AppsIntroduction As React applications grow in size, number of components and third party libraries increase, loading all JavaScript at once can slow down performance, leading to increased load times and a poor user experience. Code splitting and lazy lo...1 likeReact
Strngestrngeblogs.hashnode.dev·Jan 25, 2025Implementing Lazy Loading in Next.js: Optimizing Images, Components, and RoutesAs developers, we strive to create web applications that are fast, responsive, and optimized for the best user experience. One effective technique to achieve this is lazy loading, a method that loads content only when it’s needed, instead of loading ...Next.js
Chetan Mittalblog.railsforgedev.com·Jan 18, 2025Turbo Frames in Rails: A Complete Guide to Lazy-Loaded ComponentsWhat is Lazy Loading with Turbo Frames? Modern web applications need to be both performant and maintainable. In Rails applications, we often face the challenge of loading multiple independent widgets or components on a single page. While traditional ...viewcomponent
syncfusionsyncfusion-blogs.hashnode.dev·Jan 9, 2025Boost Angular Performance: Lazy Loading GuideTL; DR: Lazy loading in Angular improves app performance by loading modules only when needed. This reduces initial load time and improves user experience. Angular is a globally used framework for building extremely complex and high-performing web app...Angular
Strngestrngeblogs.hashnode.dev·Jan 4, 2025How to Optimize Images in Next.jsImages play a critical role in web performance and user experience. Next.js provides a built-in solution for image optimization with the next/image component. This guide explores how to use next/image effectively to achieve faster load times and impr...Next.js
Arka Infotecharkainfotech.hashnode.dev·Jan 2, 2025Next.js Image Optimization: A Complete GuideIntroduction Images are often the largest assets on a website, impacting both loading times and SEO. As the web becomes more performance-focused, optimizing images has never been more important. With Next.js, developers can easily optimize images usi...Next.js
Aadesh Gavhaneaadeshhh.hashnode.dev·Dec 21, 2024How Instagram Reels Never End!Have you ever found yourself endlessly scrolling through Instagram Reels, wondering how the feed seems infinite? How does Instagram manage to keep the reels coming, with no apparent end? Let me explain the technology behind this addictive feature. Wh...instagram
Shubhamlazyloadingreact.hashnode.dev·Dec 5, 2024Lazy Loading in React: Optimizing App PerformanceImagine you have a large website with many pages, but you don’t want everything to load at once when the user visits your website. It would be slow and frustrating. Lazy loading helps by only loading parts of the website as needed, instead of all at ...lazy loading
Mihai Popescujavainterviewprep.hashnode.dev·Nov 26, 2024Lazy Initialization and Lazy LoadingLazy Initialization and Lazy Loading are techniques used to improve the performance and efficiency of a system by delaying the creation or loading of an object until it is needed. This is particularly useful for resource-intensive objects or tasks th...Java
ayoola lekanoluremi.hashnode.dev·Oct 16, 2024Lazy Loading: A Simple Way to Improve Website Speed and SEOImagine you're at a buffet, and instead of all the food arriving at once (overwhelming your plate), dishes come one at a time, just as you're ready for them. That’s exactly how lazy loading works for web content—serving resources only when needed. I...2 likes·32 readslazy loading