Migrate docs site to App Router on Next canary#8338
Draft
feedthejim wants to merge 10 commits intoreactjs:mainfrom
Draft
Migrate docs site to App Router on Next canary#8338feedthejim wants to merge 10 commits intoreactjs:mainfrom
feedthejim wants to merge 10 commits intoreactjs:mainfrom
Conversation
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 🎉 Global Bundle Size Decreased
DetailsThe global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster. Any third party scripts you have added directly to your app using the If you want further insight into what is behind the changes, give @next/bundle-analyzer a try! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
next@canary, enable Cache Components, and rely on Turbopack as the default build pathWhat changed
llms.txt,rss.xml, markdown API,404,500,not-found, anderroruse cachepage-data helpers, cache tagging, and dev invalidation wiring for markdown/sidebar editscompileMDX/prepareMDXpath with a server-firstgenerateMDXpipeline and dedicated MDX plugins for TOC extraction, code metadata, max-width wrapping, and stabledata-mdx-nameannotationsnext/navigation/useLinkStatus, plus explicit client islands for TOC, language list, challenges, examples, terminal copy UI, analytics, and error decoder behaviorSandpack / tooling notes
raw-loadereslint-linter-browserifyand use a browser-safe alias foreslint-plugin-react-hooksrouter.refresh()under TurbopackValidation
yarn buildyarn lint(passes; existingno-img-elementwarnings remain)yarn deadlinksyarn test:eslint-local-rules