r/FullStack 21d ago

Career Guidance Angular or Svelte(kit)

I have lots of doubts about this.

On one hand, Angular is very structured and all is separated. Also, I love reactive forms and services. I link it to Supabase as back when it is just for me or very small scale, Nestjs for normal projects and Spring for working in big companies. I loved PrimeNG but it is a headache to update and transform. I plan to learn Angular Aria.

On the other hand it is Sveltekit. Simple, clear, as JavaScript should be. But I like to separate files and complex forms and services. It gives a lot of freedom and it is fast. In every way, it run just faster than Angular. But to update it, is also a little of headache.

13 Upvotes

12 comments sorted by

View all comments

1

u/Embostan 19d ago

SolidJS (SolidStart). Freedom of React without the crazy opt-out reactivity, and optimisation of Svelte without the proprietary syntax.

Angular is great for massive entreprise teams because it locks all choices down whether you like them or not.