-
The demos all seem to use hash routing, but for my SPA i want to use a BrowserRouter so pages have "real" links (e.g foo.com/page1) Problem is I can't see how to use ReactRouter's One solution I thought of was to have each Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can implement a custom onFollow event handler like so: https://github.com/CharlesStover/use-awsui-router/blob/main/src/hooks/use-link.ts |
Beta Was this translation helpful? Give feedback.
You can implement a custom onFollow event handler like so: https://github.com/CharlesStover/use-awsui-router/blob/main/src/hooks/use-link.ts