React Server Components
A pretty good read on React Server Components on www.joshwcomeau.com.
Josh really clearly describes Client-Side Rendering, Server-Side Rendering and Static Site Generation, their differences, pros and cons and how React Server Components relate to these rendering strategies.
I find the part boundaries and workarounds for the restriction that Client Components cannot render Server Components particularly useful.
If you're into React / Next.js, this one is well worth the read!