Performance Degradation in Routing (rerendering) #1460
AndrejNemec
started this conversation in
General
Replies: 1 comment
-
I am also facing the same issue. The entire page is reloading when any navigation link is clicked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm reaching out to report a performance issue.
The problem involves performance in two scenarios:
useNavigation
, the entire page, including all layout components and child components, is re-rendered.In the classic
react-router
package, this problem does not exist, there it works as expected, parts are rerendered as expected.Example Link: https://stackblitz.com/edit/vitejs-vite-ifxs98
Beta Was this translation helpful? Give feedback.
All reactions