Tag: Monorepo
4 items found
Glossary Terms
Glossary
Micro Frontend
Micro frontend splits a large user interface into smaller applications that independent teams can build, deploy, and compose.
Glossary
Monorepo
A monorepo keeps multiple apps and packages in one Git repository so tooling, dependencies, and changes can be managed together.
Glossary
Nx
Nx manages projects inside a monorepo with a dependency graph, task targets, and caching to reduce build and test times in large codebases.
Glossary
Turborepo
Turborepo reduces monorepo build time by running tasks from a dependency graph with local or remote caching and parallel execution.