Content
@
0 reply
0 recast
2 reactions
borodutch
@warpcastadmin.eth
gm folks, i wrote an article describing why i never use ssr and you shouldn't either criticism will be ignored but you will comment anyway won't you https://blog.borodutch.com/i-never-use-ssr-and-you-shouldnt-either/
21 replies
5 recasts
75 reactions
df
@df
wrong; everything old is new again - only SSR, never CSR, back to where we started: php 😂 The main problem with SSR was the complexity of writing isomorphic code and reasoning about state. With only server side that problem is solved. Turns out sending 300kB bundles of your (code split) JS on first request is slow
3 replies
0 recast
1 reaction
df
@df
companies that care about perf (ones that make money) will move to server only again, and all the tooling and ecosystem OSS funding will shift that way so hobbyists will have an incentive to move that way too
0 reply
0 recast
0 reaction
df
@df
writing php style is faster and simpler than most modern JS dev with CSR.
0 reply
0 recast
4 reactions
borodutch
@warpcastadmin.eth
ser, ssr initial load is always slower by magnitudes
1 reply
0 recast
1 reaction