Render the Settings page and the Library via view models #227
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#227
Loading…
Reference in New Issue
No description provided.
Delete Branch "kifu/settings-view-model"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
View models are now back in the core with dispatching code to help the UI communicate with the core.
This is an updated formulation, where the view model focuses on managing data in a way that makes sense for the UI. The UI now requests data and the view model can format what it receives from the model. It can also tell the model how to update. All of this helps to separate the UI from the view model logic so that I can go back to building a PWA for Android.
The big difference is that view models communicate data, not markup, to the UI.