JSPM

@nx/react

20.5.0-canary.20250305-2c0b5d3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 843315
  • Score
    100M100P100Q166729F
  • License MIT

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 applications, libraries, components, hooks, and more. - Library build support for publishing packages to npm or other registries. - Utilities for automatic workspace refactoring.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nx/react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Nx - Smart Monorepos · Fast CI

    CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


    Nx: Smart Monorepos · Fast CI

    Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.

    This package is a React plugin for Nx.

    Getting Started

    Creating an Nx Workspace

    Using npx

    npx create-nx-workspace

    Using npm init

    npm init nx-workspace

    Using yarn create

    yarn create nx-workspace

    Adding Nx to an Existing Repository

    Run:

    npx nx@latest init

    Documentation & Resources

    Nx - Smart Monorepos · Fast CI