Vue 3 Composition API: Sharing State
Now that we’ve learned the basic syntax of the Composition API, let’s use it to extract some reusable code from a component. When working with API calls, quite often there’s a lot of code and functionality that we might want to build around a call. S...
philipdevblog.hashnode.dev4 min read