React
SSR
Rendering components to HTML on the server so meaningful markup arrives in the first response.
Why interviewers ask about it
Trade both ways: better first paint and crawlability, at the cost of server load and hydration. CSR ships an empty div and a bundle.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.