DEV Community

Discussion on: Build SPA's fast in Laravel

Collapse
 
nathandaly profile image
Nathan Daly • Edited

Pretty much anyone who takes Laravel seriously already knows about Inertia. You could bulk up your article to match the title and demonstrate how you build SPA's fast in Laravel using Inertia. You could build them just as fast using laravel-mix and Vue 3 without Inertia and have Laravel just handle HTTP requests. What makes Inertia especially good for SPA's?

Collapse
 
anubra266 profile image
Abraham

Thanks a lot for your feedback.