LayerXcom / next-navigation-guard

Cancel page navigation in Next.js, like Nuxt's Navigation Guard feature.
MIT License
103 stars 2 forks source link

next-navigation-guard

You use Next.js, and you want to show "You have unsaved changes that will be lost." dialog when user leaves page? This library is just for you!

Demo

https://layerxcom.github.io/next-navigation-guard/

How does it work?

Installation

npm install next-navigation-guard
# or
yarn install next-navigation-guard
# or
pnpm install next-navigation-guard

Usage

See working example in example/ directory and its NavigationGuardToggle component.