Next.js
Next.js
软件描述
Next.js 为您提供了最佳的开发体验,包含生产环境所需的所有功能:混合静态渲染与服务器端渲染、TypeScript 支持、智能打包、路由预加载等。无需配置。
官方网站
访问软件的官方网站了解更多信息
nextjs.org
什么是 Next.js?
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed. Image Optimization <Image> and Automatic Image Optimization with instant builds. Internationalization Built-in Domain & Subdomain Routing and Automatic Language detection. Next.js Analytics A true lighthouse score based on real visitor data & page-by-page insights Zero Config Automatic compilation and bundling. Optimized for production from the start. Hybrid: SSG and SSR Pre-render pages at build time (SSG) or request time (SSR) in a single project. Incremental Static Regeneration Add and update statically pre-rendered pages incrementally after build time. TypeScript Support Automatic TypeScript configuration and compilation. Fast Refresh Fast, reliable live-editing experience, as proven at Facebook scale. File-system Routing Every component in the pages directory becomes a route. API Routes Optionally create API endpoints to provide backend functionality. Built-in CSS Support Create component-level styles with CSS modules. Built-in Sass support. Code-splitting and Bundling Optimized bundle splitting algorithm created by the Google Chrome team.