• 29 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle




  • I’m glad options exist to give YouTube less money, but I guess I’m more interested in reducing their dominance, both at large on the Internet, and also in my life. People go to YouTube because it’s where their favourite creators are, so if we signal to creators that we’re moving away, creators will choose to publish elsewhere too. Of course, I’m under no illusion that this will happen quickly, but hey we’re on the Fediverse, so we already know that :)









  • Yeah, I’d say that’s true. I think the alternatives may be just as good, but React was the first mover in its category, gained and maintained popularity for years, is battle-tested, and the improvements they’ve made over the years has kept it fresh.

    My understanding is that one of the benefits of Svelte, for example, is that it eliminates the virtual DOM abstraction that React uses, so if you cared enough to shave milliseconds off your frontend rendering time for a complex site, then you may want to look into Svelte, but the reality is that React is already very good.

    In reality, your choice of framework is usually already dictated by whatever project you’re contributing to, and for most fairly modern projects that ends up being React, and sometimes Vue or Angular. Beyond that, I personally just try these new libraries occasionally, build a toy project to see if they solve some pain point that I have, and determine if that is good enough for me to switch or recommend.