From 9bbfbddabfb77adaae5cde3c0c68e655039bd7c1 Mon Sep 17 00:00:00 2001
From: vsavkin
+ Nx provides distributed + graph-based task execution and computation caching. +
+Nx is smart. It analyzes your workspace and figures out what can be affected by every diff --git a/nx-dev/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx index 71a3bb6488..534c39ad46 100644 --- a/nx-dev/nx-dev/pages/index.tsx +++ b/nx-dev/nx-dev/pages/index.tsx @@ -19,9 +19,7 @@ export function Index() {
+ Nx provides distributed + graph-based task execution and computation caching. +
Nx is smart. It analyzes your workspace and figures out what can be affected by every diff --git a/nx-dev/nx-dev/pages/react.tsx b/nx-dev/nx-dev/pages/react.tsx index feba806040..4d56da54d5 100644 --- a/nx-dev/nx-dev/pages/react.tsx +++ b/nx-dev/nx-dev/pages/react.tsx @@ -236,9 +236,12 @@ export function ReactPage() {
+ Nx provides distributed + graph-based task execution and computation caching. +
Nx is smart. It analyzes your workspace and figures out what can be affected by every diff --git a/scripts/readme-fragments/what-is-nx.md b/scripts/readme-fragments/what-is-nx.md index 9b04316698..4fcfab21c1 100644 --- a/scripts/readme-fragments/what-is-nx.md +++ b/scripts/readme-fragments/what-is-nx.md @@ -2,7 +2,11 @@ 🔎 **Smart, Extensible Build Framework** -### Distributed Graph-Based Task Execution and Computation Caching +Nx is a smart and extensible build framework for monorepos to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, an advanced CLI, editor support, GitHub integration, and more. + +### Best-in-Class Support for Monorepos + +Nx provides distributed graph-based task execution and computation caching. Nx is smart. It analyzes your workspace and figures out what can be affected by every code change. That's why Nx doesn't rebuild and retest everything on every commit--it only rebuilds what is necessary