Avoid This Common Anti-Pattern in Full-Stack Vue/Laravel Apps

I see many Laravel apps using AJAX to send the initial application state to a Vue.js client. This extra round-trip to the server delays page interactivity unnecessarily. In this article, I’ll demonstrate an alternative method that is flexible and simple t… Read more

Similar

What Is a Store in Vue.js?

State management across multiple components in Vue can be hard. In this article series, you'll learn what a Store is, when you need it, and the different store solutions we have in Vue.js applications. (more…)

Read more »