Next Scroll Restoration (1)
This page uses the main element as a scrollable container, so the scroll restoration is managed by the `<ScrollRestoration />` component.
You can scroll the page, navigate to another page, go back and come back, reload the page, and the scroll position will be restored.
👇 Example Links below
- Navigate to Home (scrolls to the top)
- Navigate to the same page (1) (scrolls to the top)
- Navigate to the same page (1) with scroll disabled (does not reset the scroll position)
- Navigate to the same page (1) with replace: true (scrolls to the top)
- Navigate to another page (2)
- Navigate to another page (2) with replace: true (scrolls to the top)