Content
@
0 reply
0 recast
0 reaction
typeof.eth π΅
@typeof.eth
I'm curious about the state of deploying frontends to decentralized systems. If you wanted to deploy a dapp frontend to talk to some contracts on an EVM chain, what stack + decentralized hosting solution would you reach for?
2 replies
0 recast
15 reactions
horsefacts
@horsefacts.eth
Static site on IPFS. Lightweight client-side rendered front end framework, compile to static site, pin it on IPFS. I like @fleek as a hosted tool for this.
1 reply
0 recast
5 reactions
typeof.eth π΅
@typeof.eth
What front-end framework do you normally go for?
1 reply
0 recast
0 reaction
horsefacts
@horsefacts.eth
Usually Vite + React, but you can swap out for whatever as long as itβs all client side. Routing can be tricky on IPFS, you usually need to use a hash router or similar.
4 replies
0 recast
2 reactions