ref wraps any value in an object with .value. reactive converts objects to reactive proxies. This lesson covers practical patterns, syntax, and mistakes to avoid.
Choosing ref vs reactive
ref wraps any value in an object with .value. reactive converts objects to reactive proxies.
Many codebases standardize on ref for consistency — including objects.