reactive() only takes objects, NOT JS primitives (String, Boolean, Number, BigInt, Symbol, null, undefined)ref() is calling reactive() behind the scenesreactive() works for objects and ref() calls reactive(), objects work for bothref() has a .value property for reassigning, reactive() does not have this and therefore CANNOT be reassignedref() when..
'string', true, 23, etc)reactive() when..
ref()