Hacker News new | ask | show | jobs
by 7sigma 565 days ago
I've been using Inertia.js with laravel and Vue and its been great, no need to write an API layer. You get the simplicity of writing server rendered with the interactivity of an SPA
1 comments

Same. Using it at work (although with React/Rails) and it works great. Best of both worlds with minimal drawbacks.