Architectural differences between Laravel + Inertia (Vue) and Laravel API + React SPA
I am building a Laravel 11 backend for a job portal application with real-time features and REST APIs. I am deciding between Vue 3 and React 18 for the frontend. Considering ecosystem support, integration with Laravel (Sanctum, Inertia, etc.), and long-term scalability, what are the architectural trade-offs?