inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Add beforeLeave hook on router

Open DJafari opened this issue 1 year ago • 2 comments

in some case we want doing a async work before inertia changed page

for example : i have a form in modal, i want after form submited and result is success, before inertia navigate me to another page, hide my modal dialog

with this pr i can doing it by passing onBeforeLeave to VisitOptions

thanks

DJafari avatar Apr 21 '23 09:04 DJafari

Isn't onBefore hook covering that use case?

jesusantguerrero avatar Mar 29 '24 13:03 jesusantguerrero

Not sure if this is the same that onBefore, but I'd like to use async on the onBefore event, and it is currently not awaiting it !

Adesin-fr avatar Jul 21 '24 19:07 Adesin-fr