© 2026 Hashnode
Originally published at hafiz.dev Here's the thing, I've built enough traditional REST APIs with Laravel backends and separate Vue frontends to know the pain. You're juggling CORS configurations, managing authentication tokens across domains, and w...

Hook:“Why Vue's Composition API is changing how we think about component architecture in 2025.” 🥂 If you’ve worked on a growing Vue app, you know the struggle: Options API works fine for tiny components, but big components become messy spaghetti 🍝....

In the previous article, I walked you through the process of fetching data from a Baserow table using Nuxt. We utilized Nuxt composables to handle the API call and displayed the data on a page. Please go back to the previous article if it’s your firs...

1. Introduction to Vue.js APIs Vue.js offers two powerful APIs for building components: the Options API and the Composition API. While both serve the same purpose, they offer different approaches to managing your component's logic and state. 2. What ...
