Managing ViewModels
This is more of an architectural question.
MVVM and the responsibility of state management
I’m confused by the MVVM architecture, especially when in consideration with having references inside of @Observable
classes. Consider the following example:
References inside of @Observable and MVVM
I’m confused by the MVVM architecture, especially when in consideration with having references inside of @Observable
classes. Consider the following example: