Next.js 13 introduces several new features, including App Directory Routing, Server Components, and UI components. The routing in the /app directory is different from the /page directory, as it is folder-based rather than file-based. Layouts can be implemented using the new layout.tsx file in the /app directory. Server Components are non-interactive by nature and do not require client-side JavaScript. Client Components can be used to opt-out of server components and have access to client features.

9m read timeFrom blogs.shenyien.cyou
Post cover image
Table of contents
Permalink RoutingPermalink LayoutsPermalink Server ComponentPermalink Client ComponentPermalink When to use Server / Client ComponentPermalink BonusPermalink DrawbacksPermalink Last Words
4 Comments

Sort: