Content
@
0 reply
0 recast
0 reaction
Darryl Yeo đ ïž
@darrylyeo
Svelteâs ecosystem is huge because itâs trivial to adapt vanilla JavaScript things. (Itâs about to become even easier when Svelte 5 drops this April!) In React, everything has to be wrapped or rewritten in terms of React providers and hooks â itâs practically a different programming language.
5 replies
0 recast
10 reactions
typeof.eth đ”
@typeof.eth
Ugh, I don't wanna be the guy that is just constantly defending React (it's not that great, tbh), but _everything_? I'm using vanilla viem in a React project. Plus all the other go-to libs like lodash, zod, etc. > itâs practically a different programming language React has a learning curve, but it's really just JS.
2 replies
0 recast
1 reaction
Glitch
@glitch
I'm curious, why Viem and not Wagmi?
1 reply
0 recast
1 reaction
typeof.eth đ”
@typeof.eth
I'm using both! The viem use case is pretty specific, but it's to get data from a contract on a specific network. It was easy enough to just make a raw viem client and call readContract via TanStack Query.
0 reply
0 recast
1 reaction