When I click on an internal LINK for a subpage it reload the entire page #10846
Unanswered
Shackey666
asked this question in
Q&A
Replies: 2 comments
-
did you find a solution to this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Bump: having same issue |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using react router in an electron project. It is set up like this:
When I use the LINK component from react-router inside my page component.
The appLayoutLoader is launched again (like a re-render) at each 'click' on the link. Why?
I thought that internal Link will only reload the page loader not the AppLayoutLoader.
What am I doing wrong?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions