书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 335 个相关结果.
  • Getting Started

    Getting Started System Requirements Setup Manual Setup Related Getting Started Welcome to the Next.js documentation! If you’re new to Next.js we recommend that you start w...
  • Codemods

    Next.js Codemods Usage Next.js 9 name-default-component Usage withamp-to-config Usage Next.js 6 url-to-withrouter Usage Next.js Codemods Next.js provides Codemod...
  • Debugging

    Debugging Step 1: Start Next.js in debug mode Step 2: Connect to the debugger Using Chrome DevTools Using the Debugger in Visual Studio Code Step 3: Put breakpoints and see wha...
  • Supported Browsers and Features

    Supported Browsers and Features Polyfills Server-Side Polyfills Custom Polyfills JavaScript Language Features TypeScript Features Customizing Babel Config (Advanced) Supp...
  • Supported Browsers and Features

    Supported Browsers and Features Polyfills Custom Polyfills JavaScript Language Features Server-Side Polyfills TypeScript Features Customizing Babel Config (Advanced) Suppo...
  • Rewrites

    Rewrites Path Matching Wildcard Path Matching Regex Path Matching Rewriting to an external URL Incremental adoption of Next.js Rewrites with basePath support Rewrites Th...
  • Overview

    React 18 Using React 18 with Next.js Streaming SSR React Server Components (Alpha) Switchable Runtime (Alpha) React 18 React 18 adds new features including Suspense, automa...
  • Pages

    Pages Pages with Dynamic Routes Pre-rendering Two forms of Pre-rendering Static Generation (Recommended) Static Generation without data Static Generation with data Scenario 1:...
  • Ignoring TypeScript Errors

    Ignoring TypeScript Errors Related Introduction to next.config.js TypeScript Ignoring TypeScript Errors Next.js fails your production build (next build ) when TypeScript er...
  • Ignoring ESLint

    Ignoring ESLint Related Ignoring ESLint When ESLint is detected in your project, Next.js fails your production build (next build ) when errors are present. If you’d like Next...