Turborepo

1 min read Original article ↗

I'm really enjoying @turborepo. It's a game changer.

With Turbo, I have an incentive to break my repo down into many small, focused packages. This way, Turbo can cache each little build. So when I hit save, only the package I changed needs to recompile.

Really speeds things up!