React server components precompute the UI tree
I was trying to make sense of why newer React code shows up with use client and use server annotations everywhere. Apparently, React frameworks have this new construct called Server components now.