-
@wilterrero Vue3 syntax is very easy to learn coming from React.
refis the counterpart touseState.watchandcomputedtake the role ofuseEffect. Memos and Callbacks don't exist, there's no need. Children are called <slot>.
ref is the counterpart to useState. watch and computed take the role of useEffect. Memos and Callbacks don't exist, there's no need. Children are called <slot>.