Daily Term: Monorepo
Monorepo
A Monorepo is a version control strategy where multiple projects or components are stored in a single repository. For example, a company might keep its frontend, backend, and shared libraries in one repo to simplify dependency management and cross-project changes. Monorepos improve code sharing and consistency, but they can become unwieldy as they grow, requiring tools like Lerna or Nx to manage builds and dependencies.
Date: 2025-11-27