TIL: React Server Components can import client components but not vice versa
M
mindweave33 viewsFebruary 26, 2026
The "use client" boundary is one-directional. Server components can import and render client components, but client components cannot import server components. You can pass server components as children though!