What is the difference between React Server Components (RSC) and Server Side Rendering (SSR)?
Now the confusing part is Next.JS uses the term "Server components" (without the React in front) to refer to components rendered via SSR (Next.JS offers a lot of functionality to make this transparent to the developer).