pnpm
Medium — good to knowGeneral Dev
ELI5 — The Vibe Check
pnpm is the Marie Kondo of package managers. Instead of copying lodash into every project, it stores one copy on disk and symlinks to it everywhere. Does it spark joy? Your SSD says yes.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Monorepo
A monorepo is when you put all your different projects — frontend, backend, shared libraries — in one giant single repository instead of separate repos.
intermediateGeneral Dev
npm
npm is like a vending machine for code. You say 'I want React' and it delivers React, plus React's 47 friends, plus their friends' friends.
beginnerGeneral Dev
Turborepo
Turborepo makes your monorepo fast by figuring out which things need to rebuild and which can be skipped. Change the homepage?
intermediateCI/CD & DevOps
yarn
yarn is like npm but it took a productivity course.
beginnerGeneral Dev