Content pfp
Content
@
https://onchainsummer.xyz
0 reply
26 recasts
26 reactions

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
How come Base Onchainkit is so heavily NextJS focused? I can't find a pure Typescript / Version I can use with Svelte cc @darrylyeo yes I wanted to demo in Svelte. the components in https://docs.base.org/builderkits/onchainkit/getting-started are demanding React Can one use the underlying functionality to build a non react version? MiniKit sadly links to a relit only and no docs, so not sure what to do with that https://www.base.org/builders/minikit Replit also is NextJS based, but I assume that's a template for people to showcase onchainkit, not for people to build their full production apps?
4 replies
4 recasts
37 reactions

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
@fucory looking at tevm I assume I can get close to wagmi level devx with TEVM Bundler + viem without having to bite the react bullet? or has everyone just conceded? @rafi and darryl have me wanting to try some non react frames. cc @git would love your input here too
1 reply
0 recast
9 reactions

Fucory pfp
Fucory
@fucory
Yea Tevm works everywhere. If you are using react it plugs into wagmi too
1 reply
0 recast
1 reaction

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
lets gooo! do you also expose straight up effects under the hood? so I could leverage effect-ts frontend side? (or backend side with the bundler for contract interactions?) cc @rafi
1 reply
0 recast
2 reactions

Fucory pfp
Fucory
@fucory
No effects and generally Tevm doesn't have it's own API. It's a thing you plug into viem wagmi or ethers. Viem works really really well with effect.ts though because they got strongly typed errors so you can turn any viem method into an effect trivially
1 reply
0 recast
0 reaction

Fucory pfp
Fucory
@fucory
Just small correction. There are APIs Tevm has that aren’t in viem or ethers. It’s more correct to say Tevm is a small superset of the api while also giving the existing APIs more power
0 reply
0 recast
0 reaction