adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
586 stars 49 forks source link

State is transferred to the new component instead of using reflection #66

Closed adospace closed 1 year ago

adospace commented 1 year ago

During migration, when the new component is of the same time (often) as the old one, its state is transferred over to the new one. This will avoid the use of reflection and class instantiation.