Earlier quoted context omitted.
Svelte has everything I need to build websites and apps. The performance, bundle size, and DX combo is unparalleled. All vanilla JS libs are plug-and-play. Building production-ready apps is incredibly fast, and done with less code than any other framework. Svelte's compiler-first approach really fixes all of my problems with the JS ecosystem. Compile-to-JS langs aren't new, but learning a whole new language has non-0…
I like Svelte a lot but haven't dived in deep yet. I'm currently waiting for SvelteKit to reach 1.0. What does your general setup look like for something relatively large and complex?
I have Starter Templates with everything set up the way I usually like it if you want to check them out-
SvelteKit starter template: https://github.com/FractalHQ/frackit
Routify starter template: https://github.com/FractalHQ/fractify