next-learn
next-learn copied to clipboard
[app] Invalid URL link at https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages
On the sentence:
One benefit of using layouts in Next.js is that on navigation, only the page components update while the layout won't re-render. This is called partial rendering:
The link should be #4-partial-rendering, not #3-.