{{title}}
{{editor}}'s edit
{{editor}}'s edit
-
Next.js 13 introduces the This discussion is where you can provide feedback on the new conventions and features around layouts, server components, streaming, and more. If you have feedback on Turbopack, please use this discussion. |
Beta Was this translation helpful? Give feedback.
Replies: 831 comments 1785 replies
{{title}}
{{editor}}'s edit
{{editor}}'s edit
-
For me, the one big remaining question is how to handle form POSTs in this new structure. My company has interaction with the server built around progressively enhanced form handling (currently using next-runtime to get a more Remix-like experience), and this is one of the things I was hoping would be front and center, but so far it seems to be conspicuously missing. |
Beta Was this translation helpful? Give feedback.
-
RE: On-demand Revalidation, there's a call out in Data Fetching > Revalidating Data, but it doesn't seem to appear listed elsewhere (nor on Roadmap). It'd be great to understand the plan for On-demand Revalidation on the Many thanks! |
Beta Was this translation helpful? Give feedback.
{{title}}
{{editor}}'s edit
{{editor}}'s edit
-
I have noticed that when working with layouts everything gets wrapped with a |
Beta Was this translation helpful? Give feedback.
-
Even if react StrictMode is turned off, useEffect is run 2 times in new app directory. |
Beta Was this translation helpful? Give feedback.
-
Attempting to use css modules in client components and the class names are applied but the css is not created, I am assuming (hoping) this is a bug. |
Beta Was this translation helpful? Give feedback.
-
What was the reason to switch from If that's the case, I find it's really ugly to have a bunch of folders with just a |
Beta Was this translation helpful? Give feedback.
{{title}}
{{editor}}'s edit
{{editor}}'s edit
-
To keep focus on the other question thread specific to that question, I'm making a new comment for another question... If "Root Layout" is required and has |
Beta Was this translation helpful? Give feedback.
-
I can't wait for API Routes support in the |
Beta Was this translation helpful? Give feedback.
-
I am currently testing some stuff out in the take a look at screenshots app/layout.tsx code
app/page.tsx code
app/account/page.tsx code
app/movie/page.tsx code
|
Beta Was this translation helpful? Give feedback.
-
After little bit of trying,
|
Beta Was this translation helpful? Give feedback.
App Router Stability
Hey folks, exciting news. The Next.js App Router is now stable!
We couldn't have gotten without the literally thousands of replies in this discussion helping us uncover bugs, patch issues, and iterate on our design based on your feedback. We greatly appreciate it. Our focus for the coming weeks will be on fixing any additional bugs that come up during this new wave of feedback.
Now that the router is stable, there are more additions we want to make, many based on the feedback shared here. To help make it easier to track feedback and upvote or discuss specific feature requests moving forward, we're going to close out this discussion.
We've made a new section in Discuss…