blazor-lazy-loading icon indicating copy to clipboard operation
blazor-lazy-loading copied to clipboard

Automatic Lazy Loading support for Blazor (Server and WebAssembly)

Results 13 blazor-lazy-loading issues
Sort by recently updated
recently updated
newest added

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!...

blocker
feature
needs help
blocked

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...

bug
blocker

Supporting Prise in blszorWASM would be great.

requires thinking
community

- [ ] The version doesn't seem correct. It isn't reading it from GitVersion.yml

and double-check that everything works fine

documentation
task
community

Documentation about how to setup DryIoc in the Host so Modules can register new services by themselves :)

documentation
community

- [ ] Stamp the Modules with [BlazorLazyLoadingModule] to detect nested modules at build time - [ ] Generate the lazy json as a build artifact and copy it later...

feature

`` doesn't support loading components with generic arguments

feature
requires thinking
community

Document how to configure a standard AspNetCore host to serve DLLs (UseLazyLoading)

documentation
community

- [x] Improve initial "loading" page - [x] Lazy spinner component - [ ] Link to GitHub - [ ] Isolated Module - [ ] Module with static resources -...

documentation