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

typeof.eth 🔵 pfp
typeof.eth 🔵
@typeof.eth
+1 for depends on the use case. CSR-only SPAs are less common these days and more web apps are doing a mix of CSR, SSR, and SSG. Web3 throws a wrench in things since you may need the user’s account to render content so SSR/SSG is a no-go for some things. I’m usually using a mix of three with Next.js.
0 reply
0 recast
0 reaction