The React Framework – created and maintained by @vercel.

Introducing your Next.js Conf 2023 speakers. Join us on Oct 26 to hear the latest from the community. nextjs.org/conf/speakers?v=2…
6
36
294
57,865
Learn about the hidden cost with JavaScript runtimes. By optimizing package imports, we’ve seen 40% faster cold boots when using libraries with many barrel files. vercel.com/blog/how-we-optim…
8
132
1,015
213,208
Next.js retweeted
Behold Jennifer Fisher, the fastest production e-commerce I’ve ever seen, and it’s 100% self-managed: ◆ Built with @nextjs 13 and @Shopify Hydrogen React ◆ Deployed on @vercel Edge ◆ Content managed from @sanity_io and @MuxHQ tinloof.com/work/jennifer-fi… Highlights ↓
48
65
834
346,809
Next.js retweeted
URL state is underrated. Here's an example of how we built @nextjs commerce with almost zero `useState` calls. demo.vercel.store/
131
442
4,224
1,113,857
new sticker drop soon nextjs.org/conf
7
6
139
29,531
Next.js retweeted
I’m exploring a new video series to visually explain Next.js and React concepts. Open to feedback 🖤 Episode 1: Next.js Filesystem Routing
210
283
3,649
409,911
Next.js retweeted
It happened! I’ve open sourced my exif-based photo blog as a (near) zero-config @vercel template. It uses all the things: ◆ Next.js App Router with Server Actions ◆ Next.js Image ◆ Next Auth ◆ Vercel Postgres ◆ Vercel Blob ◆ Vercel OG Template → vercel.fyi/photo-blog
37
58
733
125,840
Learn how to create forms, handle loading and error states, and revalidate cached data with the Next.js App Router and Server Actions.
34
196
1,534
376,502
Next.js Conf is proudly supported by our community sponsors and partners. nextjs.org/conf/sponsors
4
2
167
43,589
Next.js retweeted
Next.js 13.5 ◆ 22% faster local server startup ◆ 29% faster HMR (Fast Refresh) ◆ 40% less memory usage ◆ Optimized package imports ◆ `next/image` improvements ◆ And over 438 bugs patched! nextjs.org/13-5
126
700
4,656
696,438
Next.js retweeted
The CFP is now open for Next.js Conf! Submit your talk ideas until Sep 24th -> vercel.fyi/cfp
3
7
87
24,571
Next.js Conf returns to SF and online on Oct 26. Register and claim your ticket today. nextjs.org/conf?s=x
13
101
689
105,889
Next.js retweeted
Awesome to see @nextjs power more than half of the top 50 Generative AI companies on the web. Including 6 of the top 10: @openai ChatGPT, @poe_platform, @photoroom_app, @hellocivitai, @midjourney, & @perplexity_ai 🤯
Generative AI has spawned thousands of new products. But outside of ChatGPT, what are everyday consumers using? What's growing, and what has flattened? We crunched the numbers to find the top 50 consumer web products by monthly visits - here's our learnings ⬇️
9
31
303
79,361
Next.js retweeted
Love seeing the growth of @nextjs in the top 1M sites on the web. The App Router is now growing 80% MoM on average as more of these sites upgrade to v13. New release landing soon 😁
31
28
479
63,104
Next.js retweeted
✨ New @nextjs docs: Forms & Mutations! Including revalidating cached data, loading & error states, server actions, form validation, reading cookies and headers, and more. Both JS/TS and Pages/App Router! nextjs.org/docs/app/building…
38
105
845
119,125
Next.js retweeted
We've been running the @nextjs job board on Github Discussions for 1.5 years now! 150+ companies like Walmart and Sony have posted jobs and several hundred developers have posted their profiles. I love getting emails like this from devs who landed jobs through it 🖤
14
34
455
99,335
Next.js retweeted
nodejs.org is now live with @nextjs and @vercel 🥳
Our Website Team has finished a long-term infrastructure transition of the Node.js Website! 🌠 This will have significant improvements in reliability, performance and speed. Big thanks to @vercel for hosting our project infrastructure. 💚
22
56
652
114,005
Next.js 13.4.8 includes improvements for compiler performance and various bug fixes. On Vercel​.com, this led to 1.5x faster local server startup and 54% faster updates when making changes (HMR / React Fast Refresh). Here are the changes we've made to improve performance ↓ ◆ Doing less work by caching or minimizing slow operations ◆ Optimizing expensive file system operations ◆ More incrementally traversing trees during compilation While these updates are more about the underlying tools like bundlers and compilers, we thought it would be interesting to share some of the work we’ve done. For example, to improve the local server startup (next dev) we’ve: ◆ Improved the traversal of the client / server graph, removing 100ms ◆ Moved unnecessary blocking synchronous calls to be lazy, removing 70ms ◆ Reduced initial compilation to only need either pages or app routes instead of both, removing up to 500ms To improve HMR / React Fast Refresh, we’ve: ◆ Added a shared cache for file system calls between different compilation phases ◆ Optimized file resolution for deeply nested directories, improving cold compilation by 30% ◆ Improved revalidation heuristic to prevent blocking the main thread, removed 1-2s on large pages We’ve also added default configurations for popular libraries with `modularizeImports`. This ensures you don’t accidentally try to reload thousands of additional modules, typically found with icon libraries. These performance improvements and various bug fixes are available today in 13.4.8. Our current focus remains optimizing performance and reliability, so expect more updates like this in the next release. github.com/vercel/next.js/re…
101
213
1,603
504,251