Blinks wrote a reply+100 XP
4mos ago
ChatGPT rely on this website in his answer :) - https://www.amitavroy.com/articles/2024-11-24-why-love-using-inertiajs-laravel-for-building-modern-web-applications, at the bottom of the site - "Trade-offs and Limitations of Inertia.js".
Blinks started a new conversation+100 XP
4mos ago
Hello everyone!
Our company has raised the issue of creating a new portal that will rely heavily on SEO. One of the suggested options is Laravel + Next.js or Laravel+ Inertia + React. Regarding Inertia, no one has any experience working with it, so we asked Chatgpt to conduct research on the possibility of using Inertia for SEO, and he replied that it is better to use Laravel + Next.js, because:
- Inertia has many well-known problems with SSR
- he uses knowledge mainly on Inertia v0-v1
- Inertia has a lot of problems with hydration mismatch
- it is difficult to synchronize client props with server ones
- it is difficult to set up ssr deployment of an application in Kubernetes
What do you think about Inertia and SEO apps? Has anyone created something like this and will dispel doubts about Inertia? Or is it really better to use Laravel + Next.js ?