Sober Summysobersummy.hashnode.dev·May 15, 2024Lazy Load - The Better WayWhat is lazy Load ?In the realm of web applications, "lazy loading" reigns supreme as a go-to method for ensuring rapid content display to users as soon as they navigate to the site. In the react world, react provides a nifty method lazy for doing th...1 like·113 readslazyload
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...32 readsAngular
Ravi Rathoreravirathore.hashnode.dev·Oct 17, 2022Add Pre-loader to website within 5 minutesHello my all readers, greetings of the day. Today, we are going to add beautiful pre-loader on our website within 5 minutes. But before, let's understand what it is and why it is useful for our website ? Also do you know using pre-loader can cause i...1 like·87 readsJavaScript Basicspreloading