Replies: 1 comment 3 replies
-
Building a href can be done using the |
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 trying to figure out how to nicely combine TanStack Router with Tauri (desktop app framework similar to Electron). Out of the box it works perfectly for routes in a single window. I am also able to create windows that load specific routes, by manually passing the URL of those routes. Is there some kind of function I could use so that it could build the URL for me, similar to how it gets built in the
Link
component? This way I could create my own component that benefits from TypeScript to open links that create windows.Beta Was this translation helpful? Give feedback.
All reactions