Replies: 6 comments 7 replies
-
I used it for several projects, no issues so far. |
Beta Was this translation helpful? Give feedback.
-
I use it side by side with Reactive UI. I love the source generators most. For me it works without any issue. |
Beta Was this translation helpful? Give feedback.
-
As others have mentioned, it should just work. |
Beta Was this translation helpful? Give feedback.
-
how i can use route with CommunityToolkit MVVM? |
Beta Was this translation helpful? Give feedback.
-
I prefer CT MVVM over ReactiveUI and so far I had no problems with it. |
Beta Was this translation helpful? Give feedback.
-
Using RC1, I have a couple of places where WhenAnyValue and ObservableForProperty simply won't work. But when I replace it with an alternative implementation, it works again. Mind you, it is only in some viewmodels it does not work. Example, I have a Status field defined like this:
and this code to listen for changes:
then I only get the initial value. If I then just below insert this code:
then I get the updates written to console. I don't know why, but something is not right, but I'm a bit scared of the bundled ReactiveUI extension right now, and would appreciate to be told what I'm doing wrong and that I'm an idiot. FYI, the WhenPropertyChanged is a plain INotifyPropertyChanged vanilla implementation:
|
Beta Was this translation helpful? Give feedback.
-
Has anyone tried implementing .NET Community Toolkit MVVM for their AvaloniaUI project? If so, how seamless was this process and how would you compare this approach to ReactiveUI or other MVVM frameworks?
Beta Was this translation helpful? Give feedback.
All reactions