Monorepo & Microfrontend
Monorepo is a development strategy where code for many projects is stored in the same repository. Microfrontend is a design approach in which a front-end app is decomposed into individual, semi-independent “microapps” working loosely together. Both aim to improve the modularity and scalability of applications.