Hi there, we are thinking about giving up on Qwik for our core application.
I'm going to put you in context to understand our position.
Business/Product/Problem to solve: ERP with custom dashboard/profile based menu and a small but very important part for the business with great interactivity such as dynamic forms.
Our current stack: Nanostores for state management, Tailwind and Modular Forms.
Our approach: We have built the MVP with Qwik and its SSG mode.We are operating with version 1.2.X, and we are having problems upgrading to version 1.5.X (but that's a topic for another thread).
Our premise was to make a SPA, but we have seen that Qwik doesn't support a SPA mode, like Nuxt or Remix, that's why we have moved forward with SSG.
Our question for the Qwik/Frontend "seniors":
- Did we make a mistake in choosing the SSG approach for such an application?
- Are we missing out on Qwik functionalities, both performance and development, by not choosing the SSR approach?
- Is there any approach recommended by the Qwik team in order to manage state, or going with SSR or SSG?
- Our concern of not going for the SSR approach is that we do not want to put the burden of API calls, navigation, rendering, on the server and leave it on the client, but we are open to new approaches and improvement opportunities.
Thanks in advance and thank you very much for the time and the recommendations you may have.