[docs] Update docs related to using Next.js's Link with Material UI
Open
Nobody has claimed this yet.
docs
nextjs
scope: all components
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
The API for <Link/> is very different for Pages Router and App Router:
- App Router Link: https://nextjs.org/docs/app/api-reference/components/link
- Pages Router Link: https://nextjs.org/docs/pages/api-reference/components/link
The docs on routing here should be updated
TODO:
- 1. Remove
legacyBehavior={true}- #45155
- #44871
- 2.
NextLinkComposeddoesn't seem to make any sense anymore/- Update https://mui.com/material-ui/integrations/routing/#next-js-pages-router to remove it
- Stop exporting it from the components
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.