Closed Trikolon closed 7 years ago
Store state in audio element rather than stream.play etc, combined with the use of computed properties.
stream.play
Not practical. Components need state for models (e.g. play/pause button). Computed properties cache and don't update when play state updates.
Store state in audio element rather than
stream.play
etc, combined with the use of computed properties.