The Difference Between the Composition API and Options API in Vue
Up until Vue 2, there was one way to create components in Vue. With Vue 3, a new methodology was introduced called the Composition API. Now, if we want to make a component in Vue, we have two ways to do it. You might be wondering what the difference ...
fjolt.hashnode.dev4 min read