Replies: 1 comment
-
in my opinion the easiest way is just to create a new route for it and then use something like
It's not talking about a literal |
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.
-
I'm writing an app using Tauri and Next JS. I would like to open a second window when a user clicks a button in my app but am struggling with the multiwindow. I've read the multiwindow page on the Tauri documentation site but am still a bit lost. In the documentation, it says
So my question is, has anyone done this with Next JS? I don't even see a dist directory in my folder structure. Additionally, Next JS uses .tsx files rather than HTML files. Any help or advice here would be greatly appreciated!!
Beta Was this translation helpful? Give feedback.
All reactions