I know Inertia useForm() rerenders the components after successfull form submission. And, in the Inertia docs it says it "very similar to handling classic HTML form submissions".
I am building an SPA with Laravel10-breeze-vue, and I need to know which approach is better to use on post requests, if its Inertia's useForm() or should I stay with axios request and Pinia JS?