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
@warpcastadmin.eth
don't use nextjs for the love of god š
4 replies
0 recast
0 reaction
Kiren Srinivasan
@kiren
Curious why you feel that way
2 replies
0 recast
0 reaction
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
@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
forager
@forager
Iām honestly fairly horrified about the move towards SSR, and Google is one of the biggest proponents primarily because it makes their crawler bots easier and monopolies will just push the SSR costs onto providers. The user benefits seem largely minor in my view and better solved in other ways as you outlined.
1 reply
0 recast
0 reaction