SolidStart for PWA with CSR? And Guide of available templates.
I want to build a PWA with CSR. So, I've installed Solid Start, and used the "basic" template. But:
1. I'm not sure if that's my best alternative. Is there a place where I can read the purpose or attributes of each of the suggested templates?.
2. Is it even a good idea to use SolidStart for a CSR PWA? because here: https://start.solidjs.com/core-concepts/state-management I've found this text:
"Additionally, it is important to note that global state should not be used in SSR (server side rendering) solutions, such as Solid Start."
Does this mean SolidStart is not ideal for CSR?
3. Should I concider something else for a CSR PWA?
4 Replies
1. basic offers the setup for meta and router. SolidStart is less restrictive on the router and meta choice.
2. this only applies if you're doing SSR. You wanted CSR.
3. Maybe
2. Yeah, but this seems to suggest SSR is the main focus of this meta-framework.
3. Do you have a suggestion? Should I avoid SolidStart? or even SolidJS?
2. yes it is, it's a full-stack framework.
3. That depends on you. If you want to stick with Solid, you can just use the basic Vite template
Got it. Thanks a lot for this data. It really helps! 🙂