Skip to content

Commit

Permalink
docs(core): update link to nrwl/nx-incremental-large-repo (#16862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roozenboom authored May 8, 2023
1 parent 0654776 commit ceabe46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shared/incremental-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ In an incremental build scenario, when building the app, all it's dependencies n

It is costly to rebuild all the buildable libraries from scratch every time you want to serve the app. That's why the Nx computation caching is so important. The caching allows us to only rebuild a small subset of the libraries, which results in much better performance.

If we can share the cache with our teammates, we can get a much better dev experience. For instance, [this repo](https://github.com/nx/nx-incremental-large-repo) has a large application, where `nx serve` takes just a few seconds.
If we can share the cache with our teammates, we can get a much better dev experience. For instance, [this repo](https://github.com/nrwl/nx-incremental-large-repo) has a large application, where `nx serve` takes just a few seconds.

{% github-repository url="https://github.com/nx/nx-incremental-large-repo" /%}
{% github-repository url="https://github.com/nrwl/nx-incremental-large-repo" /%}

![comparison: webpack vs incremental build](/shared/incremental-build-webpack-vs-incremental.png)

Expand Down

1 comment on commit ceabe46

@vercel
Copy link

@vercel vercel bot commented on ceabe46 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.