How to do Forms in Laravel InertiaJS + Svelte (Should work on Vue and React Too)
If you read my series on Laravel InertiaJS + Svelte, you might noticed there is much more to be covered.
Forms are an important part of a Laravel App, so handle them is a must.
You might get tempted to use axios to do all the frontend calls, but using InertiaJS, this has is own downsides, like not have…