Lerna
Medium — good to knowGeneral Dev
ELI5 — The Vibe Check
Lerna was the grandfather of JavaScript monorepos before Nx and Turborepo showed up. It's still useful for versioning and publishing packages to npm from a single repo. Think of it as the publishing specialist.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
Changesets
Changesets asks developers to leave a note (a changeset) describing what they changed and whether it's a patch, minor, or major change.
intermediateGeneral Dev
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
Nx
Nx is like a smart contractor for your monorepo.
intermediateGeneral Dev
Turborepo
Turborepo is like teaching your monorepo to remember homework.
intermediateGeneral Dev