This is a custom scripts-version of React-Scripts that provides Monorepo support.
Official React bindings for Redux
The official, opinionated, batteries-included toolset for efficient Redux development
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.
Babel preset used by Create React App
Predictable state container for JavaScript apps
ESLint configuration used by Create React App
> **Compatibility Note:** > Vite requires [Node.js](https://nodejs.org/en/) version 20.19+, 22.12+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.
webpack utilities used by Create React App
The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.
Configuration and scripts for Create React App.
The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Jest, Vitest, Playwright, Cypress, and Storybook. - Generators for applica
Smart, Fast and Extensible Build System
Polyfills for various browsers including commonly used language features
Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins
The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.
Schematics specific to Angular
Storybook for Create React App preset
Create your next immutable state by mutating the current one
Embeddable fullscript components
The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by