Integrating Google Search Console APIs in Vue.js
In this article we’ll see how to integrate the Google Search Console APIs in Vue.js using the authentication flow provided by the API client.
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.
Managing JSON Web Tokens (JWT) 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.
Communication between components in Vue.js with Pinia
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.
React: differences with Vue.js
In this article, we'll explore the key differences between React and Vue.js to help you make an informed choice based on your needs.