Hacker News new | ask | show | jobs
by dbbk 2273 days ago
You could take a mixed approach. Server render non-stateful stuff, restrict user state to client-side only. You can then CDN cache the public stuff.
1 comments

Which is the reasonable way to do it. However, uncacheable things might remain.
Uncacheable things are always reserved to the client side only