nx/docs/shared/examples/react-nx.md
2022-01-05 16:23:44 -05:00

484 B

Powering Up React Development With Nx

Learn to:

  • Generate a new React monorepo workspace with one application.
  • Add new feature libraries and route to them from our application.
  • Create React components with a generator
  • Generate a NestJS app in the same monorepo

Blog post: Powering Up React Development With Nx

Repository: nrwl/react-nx-example