[yew-devel] applied: [RFC yew-comp V2] refactor: move LoadableComponent state into component implementations
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Dec 10 12:27:43 CET 2025
On Wed, 10 Dec 2025 10:28:40 +0100, Dietmar Maurer wrote:
> Major Refactoring of the `LoadableComponent` system.
>
> Encapsulate component state (loading, error, view_state) into a new
> `LoadableComponentState` struct.
> Instead of `LoadableComponentMaster` managing the state externally,
> the concrete components now own their `LoadableComponentState`.
>
> [...]
Applied, thanks!
I squashed in a small fix for a left-over usage of send_custom_message in the
doc-comment example.
[1/1] refactor: move LoadableComponent state into component implementations
commit: 563050c58f1190f756349774998c083be5a3cd5d
More information about the yew-devel
mailing list