useNavigate and reloadDocument option #2325
-
Hello, I have a button which on clicked needs to navigate to a new route. I also need that route to always reload the page because there are some 3rd part libraries that need these lifecycle events to work correctly. It seems that
Is reloadDocument supposed to work with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Mmm .. you are right. Suggestion: If possible, ask the 3rd party developer to provide you a script library that workers properly with single page app. |
Beta Was this translation helpful? Give feedback.
Mmm .. you are right.
reloadDocument
option doesn't do what it advertise to do.Suggestion: If possible, ask the 3rd party developer to provide you a script library that workers properly with single page app.
It is not a favourable user experience to have the page reload on certain pages, just because some widget won't work properly without a page refresh.