# Using the Nx CLI to set up and maintain React projects

DevFeed: [Using the Nx CLI to set up and maintain React projects](<https://devfeed.tech/articles/the-react-cli-you-always-wanted-but-didn-t-know-about-21454.md>)

Original publisher: [Read original article](<https://nx.dev/blog/the-react-cli-you-always-wanted-but-didnt-know-about>)

Author: Juri Strumpflohner

Published: 2022-03-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Tooling](<https://devfeed.tech/topics/tooling.md>), [Development](<https://devfeed.tech/topics/development.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [React](<https://devfeed.tech/topics/react.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Prettier](<https://devfeed.tech/topics/prettier.md>)

Tags: [code-quality](<https://devfeed.tech/tags/code-quality.md>), [development](<https://devfeed.tech/tags/development.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [nx](<https://devfeed.tech/tags/nx.md>), [react](<https://devfeed.tech/tags/react.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [unit-tests](<https://devfeed.tech/tags/unit-tests.md>)

## AI overview

This tutorial presents Nx as a CLI for React development. It explains how Nx can create React workspaces and provide build tooling, testing tools, code-quality tooling, formatting, and ongoing tool maintenance.

## Source excerpt

Discover Nx as a powerful CLI for React development with built-in project generation, build tools, and pre-configured integrations for modern tooling.