Content pfp
Content
@
0 reply
0 recast
0 reaction

kevin pfp
kevin
@kevinoconnell
is svelte better than react? ive only ever used react and have always wondered
3 replies
0 recast
2 reactions

alex pfp
alex
@alexgrover.eth
The ergonomics around reactivity are a lot simpler than hooks. React ecosystem is hard to beat though, especially for crypto stuff
1 reply
0 recast
2 reactions

alex pfp
alex
@alexgrover.eth
Also built in component-scoped styles are game changing
1 reply
0 recast
0 reaction

Darryl Yeo 🛠️ pfp
Darryl Yeo 🛠️
@darrylyeo
This. Most of the React "ecosystem" is just rewriting regular JavaScript patterns in terms of React hooks, or filling the gaps caused by React's lack of built-in CSS support with CSS-in-JS solutions. Svelte eliminates a lot of this because it plays nice with browser APIs and vanilla HTML/CSS/JavaScript patterns.
0 reply
0 recast
1 reaction