←back to thread

Svelte 5 Released

(www.npmjs.com)
415 points begoon | 1 comments | | HN request time: 0.234s | source
Show context
b3ing ◴[] No.41890676[source]
Hope it starts to chip into React’s usershare and more companies adopt it, but I know that’s a slow process especially for the big companies.

I got out of front end development for most of the years Angular and React have dominated and it looked like a mess, but Svelte and even Astro make sense, maybe I’m just old school. I would totally go back to the frontend with these new frameworks.

replies(3): >>41893278 #>>41893840 #>>41895751 #
datavirtue ◴[] No.41895751[source]
I gave React a handful of year to get popular and mature. I tried to approach it an immediately ran into basically endless arguments and bitching about how to manage state. There was no clear winner so I dropped it. Everywhere I landed trying to find advice or best practices just led to more questions. Like WTF?

Svelt, Vue3 or hell...Angular, and it's off to the races. I just need to know how to accomplish all the things being demanded by Product.

replies(1): >>41897362 #
mplewis ◴[] No.41897362[source]
useState has been present in React for years.
replies(1): >>41916898 #
1. CharlieDigital ◴[] No.41916898[source]
Prop drilling sucks and React has at least a handful of different philosophies when it comes to managing cross-cutting state (Redux, Jotai/Recoil, Zustand, Context, etc.).