10. FAQ: Common Questions
Q: Does this work with React Router?
A: Yes, the manual implementation logic (SessionStorage) is identical. For React Router v6.4+, they provide a <ScrollRestoration /> component that handles this automatically for data routers.
Q: What about hash navigation (#section)?
A: Hash navigation is handled differently by browsers. Usually, it just works, but if you have a fixed header, you might need scroll-margin-top CSS property.