zilch / type-route

The flexible, type safe routing library.
https://type-route.zilch.dev
MIT License
426 stars 14 forks source link

Prompt before navigate #104

Closed garronej closed 2 years ago

garronej commented 2 years ago

Hi!

It would be nice to have a way to prompt a message before navigating to a new page when the use haven't submitted the form yet.

https://stackoverflow.com/a/49163569/3731798

Best

bradenhs commented 2 years ago

When you create a router it returns a session object with a method called unblock. Would this satisfy your use case? https://zilch.dev/type-route/docs/guides/preventing-navigation

garronej commented 2 years ago

Perfect thank you! Sorry I didn't find it myself.

bradenhs commented 2 years ago

No worries!