It seems like there are about 22 27 46 219 320 493 1840 active subscribers here. I have a few questions for you all.

  • Which programming languages do you regularly use?
  • Which are your favorite to work with and why?
  • Which do you have interest in trying and why?
  • How does Svelte compare to Vue, if you’ve tried Vue before? With my degree in Computer Engineering, I never really touched much on the web until I started playing with it for my own projects after I graduated

    • I’m afraid I’m not familiar with Vue, I’m mostly comparing to Angular. The main reason I like Svelte is because it’s very quick to get up and running with very little boilerplate. Things that I found quite complicated to implement using Angular can be done in one line (or three) with Svelte. Passing values between components, routing, it’s all super simple. If you’re mostly interested in backend and just want something easy to use for the front-end I think it’s ideal. Documentation isn’t bad either.