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

13 lines
486 B
Markdown

# 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](https://blog.nrwl.io/powering-up-react-development-with-nx-cf0a9385dbec)
**Repository:** [nrwl/react-nx-example](https://github.com/nrwl/react-nx-example)