Let's start with the most straightforward approach: we observe the disk, use it to set the slider's current value, and when the user moves the slider, we update what's stored on disk. Seems great! We have a single source of truth for the state following unidirectional data flow. But...
2 likes 1 replies
?