-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ReactiveUI from XPlat templates #252
Comments
I understand the desire to be more like WPF that only offers the blankest of canvases, but that's pretty inconvenient for end developers. I would probably not use |
What about having no mvvm by default in xplat template, but an option (--usemvvm) to include Community toolkit MVVM? |
If the template option still generates and wires a basic Mvvm Toolkit app similar to today, then that's sufficient. |
Having an additional option parameter makes sense, yes. |
It's not optional #256 |
Is your feature request related to a problem? Please describe.
^
Describe the solution you'd like
Personally, I would go with no MVVM framework at all. Possibly just keep ViewModelBase with minimal INotifyPropertyChanged impl and link to our documentation explaining other possibilities
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: