this post was submitted on 26 Nov 2025
26 points (90.6% liked)

Programming

23594 readers
119 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] arty@feddit.org 2 points 5 hours ago (1 children)

If you try frameworks interested in performance like Svelte or Astro or mostly anything beyond Angular and React, you’ll see very short build times and sub-second updates.

[–] olafurp@lemmy.world 1 points 4 hours ago (1 children)

If it were my choice I would probably go for Vue since I've worked with it for about a year also Evan Yu is a developer I have 100% confidence in making it better over time. I mean, he made Vite after all. The transition from v2 to v3 was pretty much backwards compatible while angular breaks shit all the f-ing time. But out of the ones I don't know Svelte looks the best. Do I need a "chart.js-svelte" package? Nope, just use the normal one. Dependency management looks soooo much simpler than having a less supported framework specific version of it.

[–] arty@feddit.org 2 points 1 hour ago

Vue is great too! Basically everything outside of enterprise React and Angular would be quite performant.