ref, reactive, computed, and the watch that fired on a string instead of a source.
Use ref and reactive to create reactive state in a Vue component.
Create computed properties that derive values from reactive state.
Use watch and watchEffect to react to state changes.