useBlocker
On this page

useBlocker

Summary

Reference Documentation ↗

Allow the application to block navigations within the SPA and present the user a confirmation dialog to confirm the navigation. Mostly used to avoid using half-filled form data. This does not handle hard-reloads or cross-origin navigations.

Signature

useBlocker(shouldBlock): Blocker

Params

shouldBlock

No documentation

Docs and examples CC 4.0