Considering Svelte
Hi,
I would like to have your guys’ opinion on this. I am currently building a multi-tenant booking SaaS, but I am still not sure which frontend to use for this.
Most people would say React/NextJS would be the go-to tool for it, but i have heard lots of good things about Svelte and I am considering using it.
Since I have never used it before, I don’t know how complex (or not) it can get for such apps. Does Svelte handle state similar to React?
How about components, does Svelte have a good amount of available components to be used?
I do have experience using React, so I don’t think the switch would be a massive pain in the butt, but Id like to have your experienced perspective on it.
Basically Id need:
- SSR
- Calendar components
- State management
Im sure Svelte can handle it, question is how complex can it get compared to React?