什么是 nextjs?
使用 App Router、React 服务器组件、缓存组件和 BFF 模式构建 Next.js 16 应用程序。完整的生命周期 - 构建、调试、测试、优化、交付。专门研究 Next.js 作为客户端 + BFF 层调用后端 API。 来源:faqndo97/ai-skills。
使用 App Router、React 服务器组件、缓存组件和 BFF 模式构建 Next.js 16 应用程序。完整的生命周期 - 构建、调试、测试、优化、交付。专门研究 Next.js 作为客户端 + BFF 层调用后端 API。
通过命令行快速安装 nextjs AI 技能到你的开发环境
来源:faqndo97/ai-skills。
Next.js 16 uses the App Router with React Server Components by default. It introduces Cache Components with the "use cache" directive, Turbopack as the default bundler, and React 19.2 features.
Add 'use client' only when you need interactivity, state, or browser APIs.
Next.js acts as an intermediate layer between your React UI and backend APIs:
使用 App Router、React 服务器组件、缓存组件和 BFF 模式构建 Next.js 16 应用程序。完整的生命周期 - 构建、调试、测试、优化、交付。专门研究 Next.js 作为客户端 + BFF 层调用后端 API。 来源:faqndo97/ai-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/faqndo97/ai-skills --skill nextjs使用 App Router、React 服务器组件、缓存组件和 BFF 模式构建 Next.js 16 应用程序。完整的生命周期 - 构建、调试、测试、优化、交付。专门研究 Next.js 作为客户端 + BFF 层调用后端 API。 来源:faqndo97/ai-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/faqndo97/ai-skills --skill nextjs 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/faqndo97/ai-skills