start for native apps?
Hello,
is it possible to use start with Lynx or Tauri?
5 Replies
extended-salmon•5mo ago
Tauri supports any frontend framework so you don’t need to change your stack.I expect so yeah
ratty-blushOP•5mo ago
But I assume with ssr:false?
adverse-sapphire•5mo ago
or use the router version -- i've done it before
extended-salmon•5mo ago
Their claim is so generic I’m assuming they just ship a web view of some sort so you can probably even just run a PHP server
But I’d ask them
ratty-blushOP•5mo ago
I see, I guess I will try to make something work
thank you all