You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,12 @@ session storage and then restoring it when the user navigates back to the page
51
51
This depends on React Router's `useNavigation` and `useLocation` hooks. It could
52
52
probably be generalized to work with other routers. PRs welcome.
53
53
54
+
## Demo
55
+
56
+
[](https://stackblitz.com/edit/remix-run-remix-fczany?file=app%2Froutes%2F_index.tsx)
57
+
58
+
Note: this demo is based on Remix, but will work with React Router as well.
0 commit comments