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

preview_player
Показать описание

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.
Рекомендации по теме
Комментарии
Автор

Excellent, So much thanks to describing as good method

ajazahmad
Автор

I feel that this feature is good if the website is really heavy and have lots of lots of pages. For a simple 3-4 pages application I didn't see much improvement because the dll will not be much big and also since they are not rendered, it just saving time on download. Lemme know your thoughts

niteshsetin
Автор

Thank you for that Info, but what about if using DI how register service in this case

alsaltisaid
Автор

Can you do a video on how to upgrade an existing blazor project to run on Dot Net 5?

hiphopheaven