Interactive Search & Filter
π‘ This interactive component is the only part that ships JavaScript to the browser. The rest of the page (categories, resources) are Server Components that render on the server with zero bundle impact.
Server Components Benefits
- β’ Zero bundle impact - renders on server
- β’ Direct database access (no API layer)
- β’ Automatic code splitting by component
- β’ Perfect SEO with streaming
Selective Interactivity
- β’ Only interactive parts ship to client
- β’ Streaming rendering for better UX
- β’ Static content renders immediately
- β’ Progressive enhancement