Back to React Router

Navigation Blocking

examples/navigation-blocking/README.md

7.6.2547 B
Original Source

Navigation Blocking

This example demonstrates using useBlocker to prevent navigating away from a page where you might lose user-entered form data. A potentially better UX for this is storing user-entered information in sessionStorage and pre-populating the form on return.

Preview

Open this example on StackBlitz: