What to build
Make an explicit product/engineering choice for the search page rendering strategy, then implement the page so it follows that strategy cleanly. The current behavior pays for a server-rendered shell while still fetching the real search results on the client. We need either true SSR data delivery for SEO-sensitive search or a deliberate CSR path optimized for lower server cost.
Acceptance criteria
Blocked by
None - can start immediately
What to build
Make an explicit product/engineering choice for the search page rendering strategy, then implement the page so it follows that strategy cleanly. The current behavior pays for a server-rendered shell while still fetching the real search results on the client. We need either true SSR data delivery for SEO-sensitive search or a deliberate CSR path optimized for lower server cost.
Acceptance criteria
Blocked by
None - can start immediately