Using Apollo Client with Vue.js
Apollo Client is the most popular GraphQL client currently available in the JavaScript ecosystem. In this article we’ll see how to install it and use it in Vue.js.
Discover the power of Vue.js, the progressive JavaScript framework for building modern, fast, and reactive interfaces. In this category, you’ll find guides, tutorials, and practical resources to develop dynamic, modular, and easy-to-maintain web applications, ideal for both beginners and professionals.
Apollo Client is the most popular GraphQL client currently available in the JavaScript ecosystem. In this article we’ll see how to install it and use it in Vue.js.
In this article, we’ll see how to properly manage them in a Vue.js application, covering login, saving the token, sending it in requests, and logout.
In a Vue.js application, communication between components can become complex as the app grows. Pinia is the official store of Vue 3 and provides a simple and reactive way to share state between components.