Tag: monorepo

14 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.

· biome / eslint

Biome 2 Review — Ready to Replace Prettier and ESLint?

Biome v2 fills the biggest gaps from v1: multi-file analysis, type-aware linting without tsc, and custom rules via GritQL. Is it enough for your stack?

· pnpm / nodejs

pnpm 10 review — what changed and is it worth upgrading?

pnpm 10 blocks all dependency lifecycle scripts by default — a real supply-chain security win. Here is what changed and who should upgrade now.

· 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.

· yarn / npm

Yarn vs npm 2026 — does Yarn still matter?

npm is the safe default. Yarn Berry earns its place in one specific scenario: large TypeScript monorepos with zero-install CI. Here is where that line falls.

· 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.

· pnpm / yarn

pnpm vs Yarn — Complete 2026 Package Manager Comparison

On Yarn Classic and debating what is next? Yarn 4 is a harder migration than pnpm with no CI performance edge. Here is the 2026 case for switching to pnpm.

· astro / cloudflare

How to Deploy an Astro Site on Cloudflare Pages: Setup Guide

Cloudflare Pages deploys Astro for free with unlimited bandwidth. Step-by-step: adapter install, monorepo root directory fix, env vars, and custom domain.

· 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.

· pnpm / npm

pnpm vs npm — what actually changes when you switch

Switch if you run a monorepo or care about install speed and disk. Stay on npm if you have phantom-dep debt you cannot audit. Here is the concrete difference.