From 0d004a9ba598ad3ced17739da3b4b0a239a007c5 Mon Sep 17 00:00:00 2001 From: Yuya Tanaka Date: Sat, 28 Sep 2024 10:39:39 +0900 Subject: [PATCH] Add slide links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86d7862..9b84c01 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ 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! +## How does it work? + +- [English Slide](https://speakerdeck.com/ypresto/cancel-next-js-page-navigation-full-throttle) +- [Japanese Slide](https://speakerdeck.com/ypresto/hack-to-prevent-page-navigation-in-next-js) + ## Installation ```bash