The React Framework – created and maintained by @vercel.

Next.js retweeted
New video: Introduction to the @nextjs App Router! ✨ I cover the fundamentals of routing, data fetching, caching, and more as we get closer to full stability. youtu.be/gSSsZReIFRk
12
59
517
91,124
Turbopack is getting close to beta! We're nearly done with Next.js features and focusing on stability. We've also been investing in features to aid adoption, like supporting webpack loaders. Try it out and let us know your feedback!
20
92
1,016
249,073
Next.js retweeted
The @nextjs App Router now supports static exports! Start with a static site / SPA, then later upgrade to use server features. It now also supports static i18n routing and static API Routes (with Route Handlers). Now available on `canary`, soon stable! beta.nextjs.org/docs/configu…
31
101
768
182,590
Next.js retweeted
Today, we’re thrilled to launch react.dev, the new home for React and its documentation. It teaches modern React with function components and Hooks, and we’ve included diagrams, illustrations, challenges, and over 600 interactive examples. Check it out!
238
2,929
12,221
2,030,102
Next.js retweeted
With @nextjs Route Handlers on @vercel, setting up live pricing was super simple on our marketing site 🖤 This used to be a complex custom API from our backend but now it’s a piece of cake.
3
11
147
72,145
Learn how to use built-in SEO support with the new Metadata API for the App Router, introduced in 13.2. nextjs.org/13-2
11
75
528
65,687
Next.js retweeted
Next.js 13.2 ◆ Built-in SEO with Metadata API ◆ Route Handlers ◆ MDX for Server Components ◆ Rust MDX Parser ◆ Statically Typed Links ◆ Next.js Cache ◆ Turbopack Improvements nextjs.org/13-2
46
382
1,948
457,795
Introducing Route Handlers Easily define server-side API endpoints in App Router (app/) ◆ Pre-rendering / ISR support ◆ Powered by Web APIs (Request & Response) ◆ Multi-runtime (Edge & Node.js) ◆ Declarative method-based routing ◆ Streaming support beta.nextjs.org/docs/routing…
32
236
1,940
547,054
Next.js retweeted
As promised, autocompletion and docs on typing and hover (and CMD+click cc @wongmjane):
Coming soon to @nextjs – improved SEO support!
6
11
181
78,910
Next.js has passed 100,000 stars on GitHub – now the 14th most-starred software repo. Thank you to our community, from the library maintainers to the educators.
51
146
1,824
185,286
Next.js retweeted
Statically typed links are coming to @nextjs: ◆ Autocompletion ◆ Error on invalid routes ◆ Prevents 404 links during build ◆ Dynamic, catch-all, and optional catch-all routes ◆ Works with both `pages` and `app` ◆ No extra configuration needed!
47
203
1,883
278,616
Next.js retweeted
Coming soon to @nextjs – improved SEO support!
180
537
5,200
1,009,963
Turbopack is adding support for webpack loaders. This should be available in Next.js canaries starting next week
15
41
622
131,938
Next.js retweeted
It’s here. Beautifully designed components built with Radix UI and Tailwind CSS. github.com/shadcn/ui A collection of accessible and customizable components that you can copy and paste into your apps. Free. Open Source. And Next.js 13 Ready.
138
412
3,544
667,115
Next.js retweeted
TIL you can toggle Suspense boundaries in React Dev Tools for easy debugging. Useful for making sure your loading skeletons line up with your real content. h/t @sebmarkbage ✌️
15
127
1,055
184,369
I was missing auto favicon generation and optimization in Next.js, so I wrote quickly a CLI for it. Features: - CLI uses sharp library for image creation and optimization - Creates webmanifest - Generates CSS github.com/pixel-point/favpi…
1
12
136
21,735
Learn how to create instant Loading UI in the Next.js 13 `app` directory from @samselikoff.
23
111
945
97,140
Next.js 13.1.2 create-next-app improvements: ◆ `src/` convention prompt ◆ `app/` directory (beta) prompt ◆ `@/*` alias for import paths by default + 79 improvements, 23 docs changes, and 14 updated examples. vercel.fyi/next-13-1-2
19
94
861
184,835
Next.js retweeted
We've been running a @nextjs job board on Github Discussions for 1 full year! 100+ companies like Walmart and Sony have posted jobs and hundreds of developers have posted their profiles. Super proud of all the devs we helped get jobs for in 2022! Here's to more jobs in 2023!
12
35
471
108,305
Next.js Middleware allows you to run code before an incoming request is completed. In 13.1, we've made Middleware more powerful, allowing you to produce responses and set request headers. Learn more from @leeerob in this 2-minute demo. nextjs.org/13-1
5
37
438
51,403