nx/docs/shared/examples/caching.md
2022-01-06 12:24:12 -05:00

11 lines
494 B
Markdown

# File Large Next.js Apps Made Faster by Using Nx
Repo contains:
- 5 shared buildable packages/libraries with 250 components each
- 5 Next.js applications built out of 20 app-specific libraries. Each app-specific lib has 250 components each. Each library uses the shared components.
The repo shows how Nx works in a large workspace. It also benchmarks Nx and explains the optimisations Nx uses to be fast.
**Repository:** [vsavkin/large-monorepo](https://github.com/vsavkin/large-monorepo)