dotnet / dotnet/aspnetcore

[Blazor] Built-in components improvements

Open
#58,819 2 comments 19 reactions 1 assignee Claimed by @dariatiurina View on GitHub
area-blazor on-roadmap Pillar: Dev Experience
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

In general, we need to look at every component that we ship and ensure there's a way for them to work on each render mode in a reasonable way across render modes.
* QuickGrid.
* Does not offer a way to work on SSR scenarios. In particular:
* Pagination
* Ordering
* Filtering
* Section(s)
* Better error handling across different render modes.
* Cascading parameters:
* Support explicitly serializing a cascading value across render boundaries.
* Will require that we either are able to serialize the render fragment and render any component as a root component (the cascading value itself would be rendered statically)
* Would be something that would be opt-in at the cascading value declaration

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.