Getting started with Next.js 13's new app directory

preview_player
Показать описание

React Server Components are components that are only rendered on the server, unlocking async/await and new use cases.

The new layout mechanism allows for nested layouts to build powerful applications faster.

Links

Рекомендации по теме
Комментарии
Автор

Man this was a great intro for nextjs 13, ty so much!

petercosta
Автор

Your tutorials are awesome! Thank you much!

mister.solovev
Автор

Exactly the overview I was looking for, thanks! I'm surprised there is not more indication in the "MyComponent" that it is server rendered. I'm a bit concerned it makes it harder to read and reason about what a large codebase is doing. Any thoughts?

dw