nextjs-knowledge-patch

Solid

Next.js

Web & Frontend 20 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
44
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Next.js Knowledge Patch Use this patch when changing a modern Next.js application, especially when migrating request APIs, adopting Cache Components, configuring Turbopack, or debugging routing and rendering behavior. ## Reference Index | Reference | Topics | | --- | --- | | [migration-and-runtime.md](references/migration-and-runtime.md) | Runtime floors, removals, async request APIs, Proxy migration, security updates, upgrades | | [routing-and-rendering.md](references/routing-and-rendering.md) | Link navigation, route fallbacks, global not-found, error boundaries, transitions, scrolling | | [caching-and-prefetching.md](references/caching-and-prefetching.md) | Cache Components, cache keys and lifetimes, tag invalidation, route prefetching, instant routes | | [bundlers-and-builds.md](references/bundlers-and-builds.md) | Turbopack, build adapters, workers, SRI, loaders, compiler caching, service workers | | [types-and-configuration.md](references/types-and-configuration.md) | Typed routes, generated route props, type generation, configuration flags | | [tooling-and-observability.md](references/tooling-and-observability.md) | Instrumentation, logging, inspectors, analyzers, DevTools, browser tools, testing | | [images-css-and-assets.md](references/images-css-and-assets.md) | Image security and defaults, ImageResponse, icons, Sass, Lightning CSS, PostCSS | ## Migration Priorities ### Rename request interception to `proxy.ts` Use one `proxy.ts` beside `app` or `pages`, eit...

Details

Author
Nevaberry
Repository
Nevaberry/nevaberry-plugins
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category