Understanding Server Components in React 18 and Next.js 13
5 min readFeb 15
--
With the release of Next.js 13, they have a new /app directory that has newer approaches to data rendering, fetching, and also uses the latest React Server Components.
Note that the /app folder in Next.js 13 is still in Beta.