The React Framework – created and maintained by @vercel.

This is surreal! Honored to be presenting alongside these talented folk 🥰
Introducing the Next.js Conf 2022 speakers. nextjs.org/conf/speakers
1
25
Next.js retweeted
Introducing the Next.js Conf 2022 speakers. nextjs.org/conf/speakers
14
65
506
Next.js Conf is less than 30 days away. Have you claimed your free ticket? Join our limited release of in-person tickets to Next.js Conf—San Francisco. Tickets drop in 30 minutes. vercel.fyi/nextjs-conf-22
6
25
120
Next.js retweeted
Learn Next.js with our free courses: Foundations ◆ JavaScript to React ◆ React to Next.js ◆ How Next.js works Create Your First App ◆ Styling Pages ◆ Data Fetching ◆ API Routes ◆ Deploying SEO ◆ Crawling and Indexing ◆ Core Web Vitals nextjs.org/learn
9
102
622
Next.js retweeted
The Verge: new version built with @nextjs, @vercel, and @tailwindcss 🔥 theverge.com
62
128
1,865
In Next.js 12.3, adding `.ts` files while running `next dev` or `next build` automatically installs any necessary TypeScript dependencies.
5
6
117
In Next.js 12.3, changes to configuration files like `.env` and `.tsconfig.json` will not require restarting your local development server.
2
12
169
Next.js 12.3 is here. `npm i next@latest`
Next.js 12.3: ◆ Improved Fast Refresh ◆ TypeScript Auto-Install ◆ New Router + Layouts Update ◆ New Image Component (Stable) ◆ SWC Minification (Stable) nextjs.org/12-3
5
35
273
Next.js retweeted
Join the community and speak at Next.js Conf. CFP is open until September 16: vercel.link/cfp nextjs.org/conf
1
26
122
Next.js retweeted
Migrating a custom React + Express app to Next.js: ◆ 41.6% improvement in loading speed ◆ Removed half of the loading screens, reducing client JS ◆ Redux → React Query ◆ React Router → Next.js Great post on incrementally adopting @nextjs 👏 blog.benchsci.com/moving-hou…
10
81
694
Next.js retweeted
Today, we're also unveiling the new @nextjs logo.
57
153
1,426
Dynamic without Limits.
Just got my ticket for #nextjsconf by @vercel, claim yours! Let's make the Web. Faster. nextjs.org/conf/tickets/oct2…
2
9
128
Next.js retweeted
Announcing Next.js Conf. Claim your ticket to build the future with @reactjs and @nextjs. nextjs.org/conf/?d=oct2022
31
233
1,269
Next.js retweeted
With 91,700 stars, @nextjs just passed Kubernetes 😮
20
104
1,367
Next.js 12.2.3 69 patches, 13 documentation changes, and 15 examples updated. Thank you to the 36 contributors for this patch release. github.com/vercel/next.js/re…
Next.js 12.2.1 We've patched 45 bugs, 16 documentation changes, and updated 18 examples. github.com/vercel/next.js/re…
7
23
198
5/ On navigation, the “payload” for Server Components is stored in the client-side cache. ◆ Soft pushes don’t refetch from the server, making navigation instant ◆ Hard pushes invalidate the “slice” of data from the server, allowing you to get fresh data
2
2
105
4/ Optimistic loading states using server routing. When loading UI is provided, navigation is instant and can be shown immediately while a request is made to the server. Otherwise, transitions will suspend with `startTransition`. Pages remain interactive during transitions.
2
5
142
3/ Layouts can be nested and shared across routes. On navigation, layouts do not re-render, meaning they preserve state and remain interactive. This enables developers to more easily build complex application layouts and more ergonomically handle success/error/loading states.
2
3
137