Replies: 2 comments 3 replies
-
I'm not a frontend guy myself but i talked with many devs using tauri and at least if you're not a pro with the chosen frontend stack people tend to have many more issues with frameworks that offer an SSR mode, especially since they tend to default to that. SSR does not work in Tauri apps and a non-SSR mode in frameworks that fall into the described category often feels like a second (or third) class citizen if that makes sense? For that reason i pretty much always recommend vite plus the "basic" frontend framework (react, vue, solid, svelte, etc...) instead of their meta framework counterpart (next, nuxt, solidstart, sveltekit) unless you can't live without a file based router no matter what. |
Beta Was this translation helpful? Give feedback.
-
I just read this forum after setting up my tauri with NextJS. ugh, yes, we should'nt using meta framework that enable SSR on first priority. Is sidecar nodejs has support for Mobile? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'd like to ask about your experience with different frontend frameworks and tauri? What do you think is the frontend framework that makes the least trouble when developing? I know it comes down to how familiar you are with the tech, but I just want to have a general feel what you guys think has at the moment the best developer experience?
Thanks!! ❤️
Beta Was this translation helpful? Give feedback.
All reactions