写给真正
交付技术栈的人
关于 React、Node.js、TypeScript 与 AI 的原创文章,来自与我们操作层软件同一套工程实践。正文为英文。
标签:Next.js
三种能优化React应用架构的TypeScript模式
了解Repository、Observer和Builder模式如何利用TypeScript的类型系统来构建更简洁、更易维护的React和Next.js代码库。
763 词阅读根据 NestJS Swagger 自动生成类型安全的 Next.js API 客户端
了解如何利用 NestJS Swagger 和 Orval 自动为 Next.js 生成类型安全的 React Query 钩子,从而消除重复的 API 类型。
2462 词阅读TypeScript's Go Compiler and Native Execution: A Migration Guide
Learn how TypeScript's Go-based compiler and Node.js native execution will impact React, Next.js codebases, and what to fix in your tsconfig now.
668 词阅读Building Multi-Step AI Agent UIs with Next.js and the AI SDK
Learn how to architect a production-ready AI agent interface using typed tools, multi-step loops, and streaming generative UI components in Next.js.
1729 词阅读Turning Next.js Route Handlers Into a Deliberate BFF Layer
Learn what the Backend for Frontend pattern solves, why it's resurfacing in Next.js apps, and how to avoid turning route handlers into bloated god objects.
1403 词阅读Tuning Turbopack's New Chunking Controls in Next.js 16.3
A practical look at Next.js 16.3's new turbopackChunking config, explaining how maxChunkCountPerGroup and generateComponentChunks affect bundle size and caching.
1450 词阅读将 Express API 迁移至 Next.js App Router 路由处理程序
了解如何将 Express 路由、中间件及数据模式转换为使用服务器组件的 Next.js App Router,以及相关的部署注意事项。
3059 词阅读