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! |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
It is implemented by the
matchRoutes
api provided in@remix-run/router
, seerspress/packages/theme-default/src/components/Sidebar/utils.ts
Lines 45 to 51 in 1f8078a