Blazor .NET 5 - Lazy Loading - Your Apps Will Load Faster (New!)

Опубликовано: 16 Октябрь 2024
на канале: Programming with Felipe Gavilan
9,816
203

Link to my Blazor course: https://www.udemy.com/course/programm...

With Lazy Loading we can avoid downloading some dlls by default, making the initial payload of your app smaller. Then, when the user navigates to a certain URL, you can download those dlls as needed.