nx/docs/react/examples/react-nx.md
Isaac Mann e82642ddc3
docs(docs): add examples section (#3165)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-06-12 22:09:48 -04:00

486 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.
  • Generate React components with a schematic
  • Generate a NestJS app in the same monorepo

Blog post: Powering Up React Development With Nx

Repository: nrwl/react-nx-example