Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 483 Bytes

caching.md

File metadata and controls

10 lines (6 loc) · 483 Bytes

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.

{% github-repository url="https://github.com/vsavkin/large-monorepo" /%}