-
Notifications
You must be signed in to change notification settings - Fork 27.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add "Going to production" page for App Router #59304
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this Steph 🙏🏼
Here are some other suggestions you might want to include in the Improving Performance section:
- Recommend fetching data on the server (closer to the data source).
- Recommend leveraging Loading UI and streaming for improved user experience / initial loading performance: https://nextjs.org/learn/dashboard-app/streaming
- Recommend parallel data fetching to reduce waterfalls, and prevent the whole page from blocking: https://nextjs.org/learn/dashboard-app/fetching-data#parallel-data-fetching
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
All broken links are now fixed, thank you! |
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…ction-checklist.mdx Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
…vercel/next.js into docs-app-router-production-page
docs/02-app/01-building-your-application/02-data-fetching/03-patterns.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/06-optimizing/06-bundle-analyzer.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Rich Haines <hello@richardhaines.dev>
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
docs/03-pages/01-building-your-application/08-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Lee Robinson <me@leerob.io>
…ction-checklist.mdx Co-authored-by: Lee Robinson <me@leerob.io>
docs/02-app/01-building-your-application/06-optimizing/06-bundle-analyzer.mdx
Show resolved
Hide resolved
docs/02-app/01-building-your-application/09-deploying/01-production-checklist.mdx
Outdated
Show resolved
Hide resolved
- Add **Going to Prod** docs for `app` - Add bundle-analyzer page - Merge `app` and `pages` docs --------- Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Co-authored-by: Tim Neutkens <tim@timneutkens.nl> Co-authored-by: Michael Novotny <manovotny@gmail.com> Co-authored-by: Delba de Oliveira <delbabrown@gmail.com> Co-authored-by: Rich Haines <hello@richardhaines.dev> Co-authored-by: Lee Robinson <me@leerob.io>
Some corrections to vercel#59304
app
app
andpages
docs