Vitalik Buterin pfp
Vitalik Buterin
@vitalik.eth
Dependency minimalism (writing software that deliberately tries to have as few dependencies as practical) is a really underrated virtue imo. Every single dependency is a risk that "something will go wrong" during someone's installation process. Installing projects with hundreds of dependencies and walking through errors can be incredibly frustrating.
41 replies
90 recasts
418 reactions

✳️ dcposch pfp
✳️ dcposch
@dcposch.eth
Strongly agree. The best software are things like SQLlite and noble/curves that are "as little code as possible but no less", tight dependency hygiene, thorough tests and do one thing well
2 replies
6 recasts
52 reactions

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
any tips / pointers on getting there for frontend projects? been thinking alot about this in the context of all the DEFI Frames we're building at dTech Typescript as ecosystem is filled with dependency hell
1 reply
1 recast
4 reactions

Darryl Yeo 🛠️ pfp
Darryl Yeo 🛠️
@darrylyeo
My personal suggestions: • React → Svelte • CSS-in-JS → vanilla CSS • wagmi → viem
3 replies
0 recast
3 reactions

✳️ dcposch pfp
✳️ dcposch
@dcposch.eth
Wagmi uses viem, so that last one is just "delete wagmi"?
1 reply
0 recast
0 reaction

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
Is svelte as reactive? I like the mental model of JSX, bind to object and it auto updates Haven’t used svelte before. Same thing? So easy switch?
1 reply
0 recast
0 reaction

Marwan ♋️ pfp
Marwan ♋️
@marwan1337
My personal projects have been more Python LLM stuff and iOS these days but when I get back into web I’ll definitely look into incorporating this
0 reply
0 recast
1 reaction