I’m really enjoying @turborepo


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!
As a side note, this has been the best way I’ve found to speed up TypeScript compilation. With Turbo, I can break my TS app into many small packages, so tsc only has to compile a little code when I save. Turbo caches the rest. 🔥

View original on X