Varun Srinivasan pfp
Varun Srinivasan
@v
does anyone know of large, authenticated web apps built with nextjs? evaluating for web app
15 replies
0 recast
0 reaction

borodutch pfp
borodutch
@warpcastadmin.eth
don't use nextjs for the love of god 👀
4 replies
0 recast
0 reaction

Kiren Srinivasan pfp
Kiren Srinivasan
@kiren
Curious why you feel that way
2 replies
0 recast
0 reaction

borodutch pfp
borodutch
@warpcastadmin.eth
- as industry we finally realized that users have supercomputers in their hands and we don't want to compute everything centrally with ssr - best case initial load of bundle is ~300kb (bit.ly/3woeAXH) as opposed to ~13kb with preact (bit.ly/3kDNkC5) - we came up with cdn's, use them to serve bundles etc etc etc
2 replies
0 recast
0 reaction

borodutch pfp
borodutch
@warpcastadmin.eth
but no matter how many logical arguments i'll present developers will still want to make: - bulky slow apps - backend and frontend tightly coupled - unscalable for large number of users (remember the centralized computing with ssr?) - large undocumented unmaintainable codebases that make you write more code
2 replies
0 recast
0 reaction

borodutch pfp
borodutch
@warpcastadmin.eth
because changing your mindset towards user-oriented benefits is not trendy making yourself look like you do is trendy this is similar to why people use redux instead of valtio and sql instead of nosql when people decide on their code stack they rarely switch but when you switch you're able to pick best
3 replies
0 recast
0 reaction

borodutch pfp
borodutch
@warpcastadmin.eth
but the most f'ing thing i hate is that with web3 you don't need backend at all yet for some reason people still keep building ssr apps with centralized backend just serve your spa from ipfs — there is no need for backend if you connect directly to blockchain (this is how it should be)
2 replies
0 recast
0 reaction

Elie pfp
Elie
@elie
Many people switched from other frameworks to Next
1 reply
0 recast
0 reaction

Kiren Srinivasan pfp
Kiren Srinivasan
@kiren
Awesome thoughts! Thanks for sharing :)
0 reply
0 recast
0 reaction