Expose sidebar hover preload functionality? #1815
|
I've noticed that the rspack-doc website's sidebar has a hover preload feature, I think this improves the UX. It would be even better if hover preload could be provided for the "Previous Page" and "Next Page" navigation links as well. In any case, thank you for your excellent work on this project! |
Answered by
Timeless0911
Feb 6, 2025
Replies: 1 comment 3 replies
|
It is implemented by the rspress/packages/theme-default/src/components/Sidebar/utils.ts Lines 45 to 51 in 1f8078a |
3 replies
Answer selected by
markH5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It is implemented by the
matchRoutesapi provided in@remix-run/router, seerspress/packages/theme-default/src/components/Sidebar/utils.ts
Lines 45 to 51 in 1f8078a