The React Framework – created and maintained by @vercel.

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.
58
509
3,167
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
2
3
161
We've improved our documentation of accessibility features in Next.js: ◆ Provide page names to screen readers and assistive technologies for client-side navigations ◆ ESLint default accessibility rules ◆ Disable JavaScript with an experimental flag nextjs.org/docs/accessibilit…
6
33
197
Next.js retweeted
Next.js 12.2: ◆ Middleware: Dynamic routing for your entire app ◆ On-Demand ISR: Update content without redeploying ◆ Edge Runtime (Exp): API Routes and SSR based on Web standards ◆ `next/image` (Exp): Faster & more flexible new version nextjs.org/12-2
54
423
1,821
Next.js retweeted
I recently helped build mongodb.vercel.app, which was featured at the keynote of MongoDB World. It's a developer directory built on @Nextjs, @MongoDB and @Vercel. Here's a full breakdown of how we built it:
11
46
367
Next.js retweeted
Szactrl.com released today, built with Next.js and Vercel. szactrl.com
4
18
159
Next.js retweeted
21
77
782
Next.js retweeted
Next.js Layouts RFC ◆ Nested routes / layouts ◆ Designed for Server Components ◆ Fetch in layouts while avoiding waterfalls ◆ React 18 features – startTransition, Suspense ◆ Client and server routing ◆ 100% incrementally adoptable nextjs.org/blog/layouts-rfc
59
421
1,888
Next.js retweeted
📣 The Next.js router is getting a major upgrade! ◆ Nested routes / layouts ◆ Client and server routing ◆ React 18 features – startTransition, Suspense ◆ Designed for Server Components ◆ 100% incrementally adoptable 🤯 Expect an RFC very soon 👀
88
578
4,225
Next.js retweeted
Redditor explains why @nextjs is the right choice for *all* kinds of frontends, including dashboards, across all platforms 🥹 redlib.catsarch.com/r/nextjs/comments…
24
54
807
Next.js retweeted
`next/link` will no longer require manually adding `<a>` as a child! This supports both string literals as well as custom React components as children. Starting in the next minor release, you'll be able to opt-into this behavior. PR with more details: github.com/vercel/next.js/pu…
72
229
1,961
Next.js retweeted
Excited about what this unlocks for Next.js. More soon! 🚀
React 18 is now available on npm! Here’s an overview of what’s new in React 18, and what it means for the future. reactjs.org/blog/2022/03/29/…
11
22
518
Next.js retweeted
Start your React and Next.js journey with our new foundations course – for free. nextjs.org/learn/foundations
20
198
1,113
Next.js retweeted
Next.js 12.1: ◆ On-demand Incremental Static Regeneration ◆ SWC support for styled-components, Relay, and more ◆ Zero-configuration Jest support ◆ ~80% smaller Docker images when self-hosting ◆ Next.js Developer Survey nextjs.org/12-1
32
368
1,613
Share your feedback and help us improve Next.js. vercel.link/nextjs-survey
20
56
269
echo 'export default () => 'Hello, Twitter' > pages/index.js
80
151
1,509