Hacker News new | ask | show | jobs
by dgb23 2295 days ago
I suspect you misunderstood the article:

The component in question should not render content during build time, it is a UI element that represents the login state, which you certainly do not want to have pre-rendered at all, let alone be indexed.

1 comments

I misinterpreted your comment. Thought you were talking of SSR pattern in general.