I have recently been exploring inertiajs.
It's pretty good but there isnot enough context on how to run it in ssr mode .
Laravel has the commands for php artisan inertia:start-ssr at the start Command(https://github.com/inertiajs/inertia-laravel/blob/2.x/src/Commands/StartSsr.php) .
Can we have such similar command for django to start ssr server that can be used for bundling the application ?
Thank You.
I have recently been exploring inertiajs.
It's pretty good but there isnot enough context on how to run it in ssr mode .
Laravel has the commands for
php artisan inertia:start-ssrat the start Command(https://github.com/inertiajs/inertia-laravel/blob/2.x/src/Commands/StartSsr.php) .Can we have such similar command for django to start ssr server that can be used for bundling the application ?
Thank You.