cakephp-inertiajs
cakephp-inertiajs copied to clipboard
Server-side Rendering (SSR)
With InertiaJs is not possibole to do SEO
then we need inetgrate Server-side rendering pre-renders to to receive fully rendered HTML
like this https://inertiajs.com/server-side-rendering
any response
This is a nice feature to have. I don't have much context regarding how inertia handles this and what changes I have to do in order to support SSR.
I'm open to accept the PR if anyone wants to give it a shot.