Currently experimenting with better support for using native #AvaloniaUI bindings in combination with FuncUI.
A `StaticComponent` is basically MVVM without XAML or `INotifyPropertyChanged`. It also does not involve a virtual DOM which means updating the view is as fast as imperative code.
This could be a nice addition to FuncUI. Basically allows you to pick the best matching paradigm per component.
Feedback appreciated.