Skip to content
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

脱ReactiveProperty、Disposeを減らすことによる性能改善について #963

Open
tor4kichi opened this issue Nov 12, 2023 · 0 comments
Labels
Refactaring 動作変更を伴わないコード修正作業

Comments

@tor4kichi
Copy link
Owner

実はPageVMに対するDisposeを明示的に実行していないため、リソース管理がガバガバな状態。

ReactivePropertyを使わずともObservableProperty属性で足りるケースであったり、多重クリック防止もRelayCommand属性をasyncメソッドに付けたコマンドで代用したり、ReactivePropertyでなくとも対応可能な幅がCommunityToolkit.MVVMによって広がっている。

@tor4kichi tor4kichi added the Refactaring 動作変更を伴わないコード修正作業 label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactaring 動作変更を伴わないコード修正作業
Projects
None yet
Development

No branches or pull requests

1 participant