Optimizing Laravel 10 Project to SPA: Exploring Splade Library
Hello everyone,
I'm seeking your insights on transitioning a Laravel 10 project into a Single Page Application (SPA) setup. After some research, I came across the Splade library.
Currently, my project performs well with no noticeable issues. However, I'm intrigued by the potential speed enhancements that an SPA architecture could offer. Leveraging technologies like http2 has already optimized the project to a great extent. While the codebase is robust and efficient, with no issues in queries or structure, I'm eager to explore this transition.
Given that the project consists of over 50 routes, I'm hoping to find a solution that allows for the adoption of SPA principles without necessitating a complete rewrite of the codebase. Partial modifications are acceptable, but I aim to retain the core integrity of the existing structure.
Any insights or advice on this transition would be greatly appreciated. Thank you in advance for your assistance!
Please or to participate in this conversation.