Next.js с Turbopack — быстрая сборка и HMR
★ 7.9 · web-development
nextjs-turbopack is a Claude Code skill that helps develop and debug Next.js 16+ applications using Turbopack — a Rust-based incremental bundler enabled by default in `next dev`. It covers choosing between Turbopack and webpack, diagnosing slow dev-server startup or HMR, understanding file-system caching under `.next`, and using the experimental Bundle Analyzer (Next.js 16.1+) to identify heavy dependencies and improve code-splitting. Incremental caching means restarts reuse previous work, delivering 5–14× faster cold starts on large projects compared to webpack. The skill is aimed at developers looking to speed up local development and hot updates in large Next.js applications without extra configuration.
- #next-js
- #turbopack
- #bundling
- #rust
- #performance