Next.js Profile picture
The React Framework – created and maintained by @vercel.
Jul 20, 2022 6 tweets 2 min read
1/ Update on the new Next.js router, with support for nested layouts and React Server Components.

This is the biggest update to Next.js since it was released and incorporates many features from React 18.

We made a quick demo to show some of the features. 2/ This new router stands on the shoulders of React 18:

◆ Pages and Layouts are Server Components by default, sending less code to the client
◆ Interfaces are non-blocking and can be interrupted if higher priority work happens like transitions