blazor-lazy-loading
blazor-lazy-loading copied to clipboard
Automatic Lazy Loading support for Blazor (Server and WebAssembly)
Blazor team did a lot of work to introduce a partial implementation of the lib into blazor itself. This means that the `LazyAssemblyLoader` is a native part of blazor now!...
The linker in Blazor WASM is including dependencies that aren't in use (in normal scenarios these would be stripped out by the compiler, which is what happens with the linker...
Supporting Prise in blszorWASM would be great.
- [ ] The version doesn't seem correct. It isn't reading it from GitVersion.yml
and double-check that everything works fine
Documentation about how to setup DryIoc in the Host so Modules can register new services by themselves :)
- [ ] Stamp the Modules with [BlazorLazyLoadingModule] to detect nested modules at build time - [ ] Generate the lazy json as a build artifact and copy it later...
`` doesn't support loading components with generic arguments
Document how to configure a standard AspNetCore host to serve DLLs (UseLazyLoading)
- [x] Improve initial "loading" page - [x] Lazy spinner component - [ ] Link to GitHub - [ ] Isolated Module - [ ] Module with static resources -...