Next.js
p/nextjs
Create web applications with the power of React components
Guillermo Rauch
Next.js 13 — Build powerful & dynamic web applications – without limits
Featured
32
Today, we're excited to announce Next.js 13, which includes brand new features like nested layouts, server-side streaming, component-based data-fetching, and Turbopack – the Rust-based Webpack successor.
Replies
Trey Copeland
Nice! Just upgraded my app to v13 to test it out.
Adem ilter
your team awesome!
Sam Street
Amazing release. Can’t wait to upgrade!
Guillermo Rauch
Top Product
Maker
Today, we're very excited to launch Next.js 13 at Vercel, featuring the following updates: ◆ Nested Layouts and Layout Groups ◆ React Server Components w/ Streaming ◆ Component-based Data Fetching & Caching ◆ Turbopack (alpha): Up to 700x faster Rust-based Webpack replacement ◆ New next/image (stable): Faster with native browser lazy loading ◆ New @next/font (beta): Automatic self-hosted fonts with zero layout shift ◆ Improved next/link: Simplified API with automatic
Jorge Ferreiro
@next @rauchg epic launch! and so epic to see you also launching on PH! Good stuff!
Steven Tey
@next @rauchg @jgferreiro Thanks a lot for the kind words, Jorge! Next.js is built for makers of all levels –whether you're running a bootstrapped startup or a Fortune 500 company – plus, Product Hunt itself is built on Next.js as well so we had to launch it on here! 🤩
Thomas Groutars
So hyped for this release!
Sam Seely
Epic launch. Vv excited to have font-related CLS be a thing of the past 😁
Steven Tey
@samseely the day has finally come – we can now say goodbye to all our font-related pains 🤩 thanks Sam!!
Yoav Ganbar
Epic launch and stellar features! 🤯
Collin Thompson
✅ Nested Layouts groups ✅ React Server Components w/ Streaming ✅ Component-based Data Fetching & Caching—LFG! Superpumped for this release. Well done!
Wes Souza
~ Rad ~
Ali Salah
This release is absolute 🔥🔥🔥
Yunus Ertürk
You did great job!! 🚀🚀🚀
Burak Sakalli
What significant changes it has! I can't wait to implement them for my projects. Thanks to all contributors! Good luck!
Mo
Congrats Tim! Looks cool AF
Stefan Avram
Let's go! Congrats team! We're so excited to use Next.js 13 with WunderGraph 🚀 We also launched our Open Source offering today on PH as well! Check it out! https://www.producthunt.com/post...
Steven Tey
@slickstef Wow, that's incredible!! Just upvoted! 🤩
Arend van Beelen
I'm not actually using Next.js myself, but I'm very interested in where they are going with Turbopack. We're using Parcel right now, but I'll surely keep an eye on this!
Isabelle Cassidy
Hello, can I separate front end and backend in this framework? If yes how? Also I would like to build API driven web app, does it support it?
Steven Tey
@psychicisabelle yes, that’s definitely possible! Next.js also has built in API routes functionality that allows you to build entire APIs directly inside Next.js!