Is it possible to load third-party javascript dynamically in client side blazor without having to include them in index.or host.cshtml file?
Does it make sense to include all js in index file even if project uses that script on only one page? Or that is just the way SPA works?