Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
1–10 of 123 posts
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#2Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#3We're using a version of the persistent layout pattern Adam Wathan [blogged about](https://adamwathan.me/2019/10/17/persistent-layout-patterns-...) but having first-class support for this paradigm will be awesome.
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#4Lee from Vercel, happy to answer questions about the RFC or future plans for Next.js. This RFC has been years in the making – and I'm pretty happy with where we've landed.
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#5Lee from Vercel, happy to answer questions about the RFC or future plans for Next.js. This RFC has been years in the making – and I'm pretty happy with where we've landed.
Excited to try this out in my next project :)
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#6We're irrationally excited about this internally and we're super happy with how the Vercel team has continued to push Next.js forward. Thank you! We're using a version of the persistent layout pattern Adam Wathan [blogged about]( https://adamwathan.me/2019/10/17/persistent-layout-patterns-... ) but having first-class support for this paradigm will be awesome.
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#7Nested layouts was the one stumbling block we had with next and felt very odd that we had to invent our own TabPane component to handle this pretty common use case.
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#8Lee from Vercel, happy to answer questions about the RFC or future plans for Next.js. This RFC has been years in the making – and I'm pretty happy with where we've landed.
If it's in an `index` folder (e.g. `/app/index/page.js`), how would one create a route for `example.com/index`?
Re: Next.js Layouts RFC: Nested routes and layouts, designed for Server Components
#9https://github.com/vercel/next.js/discussions/32216
previously: https://github.com/vercel/next.js/issues/2581