React component tree

React Server Components, Next.js 13, and the Shifting Terrain of Web Development

React server components are a new(ish) feature in React allowing developers to render React components on the server and send them to the client as a formatted response that renders them into HTML. This is a change in approach from the traditional React method of client-side rendering where the server would send a blank HTML …