Tag: turborepo
9 articles
· monorepo / turborepo
Turborepo vs Nx — monorepo tooling head-to-head (2026)
Turborepo wins on config simplicity and self-hosted cache; Nx wins on distributed CI and plugin depth. Pick by CI scale and infrastructure ownership.
· ci / docker
Build cache optimization: what actually works in 2025
Your CI is slow because of wrong cache layer, mode, or key — not hardware. Systematic fixes for Docker BuildKit, GitHub Actions, and Turborepo remote cache.
· monorepo / pnpm
How to Set Up Changesets for Automated Monorepo Releases
Set up @changesets/cli v2.31.0 in a pnpm + Turborepo monorepo — from your first changeset to a fully automated GitHub Actions publish pipeline.
· testing / vitest
How to configure Vitest in a Turborepo monorepo
Vitest 4.x dropped the workspace option — it is projects now. This guide covers two approaches (per-package caching and Vitest Projects root), shared config, turbo.json wiring, and coverage aggregation.
· monorepo / pnpm
Best monorepo tool in 2026 — pnpm + Turborepo or Nx?
A direct answer to the choice most TypeScript teams delay for months. When pnpm + Turborepo is the right call and when Nx earns its setup cost.
· biome / prettier
Biome vs Prettier 2026 — 34× faster, but one gap stops you
Biome formats your Turborepo in 40ms where Prettier takes 1.35s. Switch if you don't need prettier-plugin-tailwindcss class sorting. Don't if you do.
· monorepo / turborepo
Turborepo monorepo pitfalls we learned the hard way
5 production pitfalls that consistently bite mid-size teams 3–12 months into a Turborepo + pnpm monorepo migration — and exactly how to fix each one.
· monorepo / pnpm
How to Set Up a pnpm + Turborepo Monorepo from Scratch
Correctly bootstrap a pnpm + Turborepo monorepo from scratch with real task caching — v2 "tasks" key, not the deprecated "pipeline" most tutorials use.
· claude-code / monorepo
How to set up Claude Code for a monorepo
A hands-on guide to CLAUDE.md hierarchy, per-package scoping, --add-dir, parallel sessions with worktrees, and the gotchas that will bite you first. Verified on Claude Code v2.1.141, May 2026.