Practice deriving filtered UI state with computed instead of manually updating a second value.
Practice declaring reactive primitive state with ref and updating it with .value.
Practice using watch to react to input changes and record events.