Dan Romero pfp
Dan Romero
@dwr.eth
Curious if React folks here have strong thoughts on SSR vs. SPA?
16 replies
0 recast
0 reaction

Nicholas Charriere pfp
Nicholas Charriere
@pushix
SSR as much as you can. It ships less code, is more secure, and significantly more productive for engineers to build in. SPA when you need really advanced interactivity or client side state. These days a hybrid model called "islands" is popping up a lot (see deno fresh / astro)
1 reply
0 recast
0 reaction

osama pfp
osama
@osama
this ^ if not deploying to ipfs/arweave and rather using vercel then nextjs "gets the job done" wrt ssr w/ some spa also people don't realize vercel has almost (acqui)-hired every js framework developer out there except Remix. so they will almost define what frontend tooling and patterns look like going forward
0 reply
0 recast
0 reaction