diff --git a/docs/generated/packages/react/documents/overview.md b/docs/generated/packages/react/documents/overview.md index 3fd914f59b..d2a5864d5c 100644 --- a/docs/generated/packages/react/documents/overview.md +++ b/docs/generated/packages/react/documents/overview.md @@ -8,7 +8,7 @@ It provides: ## Setting Up React -To create a new workspace with React, run `npx create-nx-workspace@latest --preset=react`. +To create a new workspace with React, run `npx create-nx-workspace@latest --preset=react-standalone`. To add the React plugin to an existing workspace, run one of the following: diff --git a/docs/shared/packages/react/react-plugin.md b/docs/shared/packages/react/react-plugin.md index 3fd914f59b..d2a5864d5c 100644 --- a/docs/shared/packages/react/react-plugin.md +++ b/docs/shared/packages/react/react-plugin.md @@ -8,7 +8,7 @@ It provides: ## Setting Up React -To create a new workspace with React, run `npx create-nx-workspace@latest --preset=react`. +To create a new workspace with React, run `npx create-nx-workspace@latest --preset=react-standalone`. To add the React plugin to an existing workspace, run one of the following: diff --git a/docs/shared/recipes/set-up-a-new-workspace.md b/docs/shared/recipes/set-up-a-new-workspace.md index 1ce5c2f054..8b637d09de 100644 --- a/docs/shared/recipes/set-up-a-new-workspace.md +++ b/docs/shared/recipes/set-up-a-new-workspace.md @@ -23,7 +23,7 @@ npx create-nx-workspace --preset=ts Some presets set up applications, e2e tests, etc. ```shell -npx create-nx-workspace --preset=react +npx create-nx-workspace --preset=react-standalone npx create-nx-workspace --preset=react-native npx create-nx-workspace --preset=angular ```