vuejsdevelopers.com
Avoid This Common Anti-Pattern In Full-Stack Vue/Laravel Apps
2
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 full article