Somesh Mohancodehall.hashnode.dev·Nov 14, 2023API Rate Limiter - TheoryIn this article, our focus will be on the API rate limiter—a crucial element within an API Gateway. To put it simply, a rate limiter restricts the number of API invocations per time unit for individual users, IPs, or APIs. Its role is to prevent abus...DiscussAPIs
Rakesh Yadavdigitalrakesh.com·Oct 5, 2023What is suspense in react and how it worksuspense is a feature that allows components to "suspend" rendering while waiting for some asynchronous operation to complete, such as fetching data. It helps in handling loading states more effectively. When a component using suspense encounters a p...DiscussReact
Niharika Gurnaniniharikagurnani.hashnode.dev·Sep 9, 2023Module Routing Strategies in AngularOpen on Github: https://github.com/niharika293/angular-module-strategies Loading of a module can be achieved in 3 ways - Eagerly Loading {Default}: This will load all the modules all at once, even before our app starts. -> For small apps, it's a v...Discuss·26 readsAngular
Susmit Mukherjeesusmit.hashnode.dev·Aug 11, 2023Why Code-Splitting is a lifesaverBehind the Scenes When we create a React app a modular structure is followed, where different parts of the application are divided into separate files or modules. The app may also depend on various third-party libraries or packages. But when this app...Discuss·3 likes·115 readsReact
Rachel Tomiblog.racheltomi.work·Jul 26, 2023Boost Your App Performance with React Lazy and SuspenseReact, as a component-based library, has many advantages, like reusability and maintainability, but also has potential disadvantages, such as unnecessary loading of unused components and large bundle size. When building React applications, especially...Discuss·82 readsReactReact.lazy
Pravin M.Dpravinmd.hashnode.dev·Jul 22, 2023The Magic of Lazy Loading: Enhancing Web Performance and User ExperienceIntroduction In today's digital age, where online experiences are increasingly vital for businesses and users alike, optimizing website performance has become a top priority. One of the most effective techniques employed by web developers is "lazy lo...DiscussHTML5
Quokka LabsforQuokka Labs' Blogsquokkalabs.hashnode.dev·Jun 26, 2023How to Improve the Loading Speed with Lazy Loading?Lazy loading delays the load or initialization of assets or objects until they're expected to develop performance further and save system assets. For example, assuming a website page has a picture the client/user needs to scroll down to see, you can ...Discuss·26 readsCore Web Vitals
Shivam KatareforReactPlay Blogreactplay.hashnode.dev·Jun 22, 2023Maximize Next.js Performance: The Hidden Power of Lazy Loading and Code SplittingImagine a web application that loads instantly, with components and resources loading only when needed. A user experience so seamless it feels like magic. Is it possible to achieve such lightning-fast performance without sacrificing functionality? Th...Discuss·2 likes·85 readsNext.js
Tanay Kediatanaykedia.hashnode.dev·Jun 12, 2023Lazy Loading Images , From Basics to AdvancedLazy loading images is a simple method that can significantly improve the loading speed of your website. The basic implementation of lazy loading involves adding just a single line of code. However, there are more advanced techniques available that c...Discusslazyload
Obaid Naseereasytips.dev·Jun 1, 2023Say Goodbye to Slow Websites! Try These 6 Image Optimization Tips TodayAre you tired of waiting for your website to load faster, only to see potential customers click away? You've poured your heart and soul into your website, and you want it to be lightning-fast, leaving your competitors in the dust. But those sluggish ...Discuss·1 like·90 readsWeb Development