Vue 3’s composition API has changed the way we approach component creation. One of the most common pitfalls is the creation of side effects within a composition function.
Table of contents
Creating Side Effects Within the ComposableLosing Prop Reactivity When Passing Down Data to a ComposableCreating a ‘Library’ Wrapped Inside a ComposableWrapping upSort: