Is it possible to access React Router instance outside of React application? #10713
Unanswered
reconcrete
asked this question in
Q&A
Replies: 1 comment 3 replies
-
If the application is using React Router Data mode, the result of But if you don't control the source code of the application, and the application is not exposing this The only option I can think in that case is to manipulate the URL directly and trigger a navigation by doing this, but without being a client-side navigation, basically causing a new document request. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I'm writing a browser extension for a web application that uses React Router. I want to change pages of that React application.
Is it possible to access React Router instance outside of React application
The main trick is that I don't control the source code
Beta Was this translation helpful? Give feedback.
All reactions