Navigation in SolidStart app always fully reloads the page (i want a SPA!)
Not sure if I need to do anything specific to enable something like a "spa" mode. I have
ssr set to false in my vite.config.js.
My app is running in Tauri... could be something specific to it I suppose.3 Replies
do you use <A> component from SolidStart ?
i also did an app with solid and tauri and never had that issue, so it's probably not specific to Tauri
Ah... that was it (using an
<a> instead of an <A>. Thank you!:')