We started merging multiple micro frontends and shared libs into a monorepo.
Benefits:
- Easier dependency updates
- Unified CI/CD pipelines
- Better visibility into breakages
Issues:
- Build performance can degrade
- Requires discipline around boundaries
Verdict: Promising for now — needs tooling maturity.