13 lines
560 B
Markdown
13 lines
560 B
Markdown
# Using Apollo GraphQL with React in an Nx Workspace
|
||
|
||
In this article, you’ll learn how to:
|
||
|
||
- Create an Nx workspace for both frontend and backend applications
|
||
- Create a GraphQL API using NestJS
|
||
- Autogenerate frontend code based on your GraphQL schema
|
||
- Create a React application to consume your GraphQL api
|
||
|
||
**Blog Post:** [Using Apollo GraphQL with React in an Nx Workspace](https://blog.nrwl.io/using-apollo-graphql-with-react-in-an-nx-workspace-99db8d69ceb)
|
||
|
||
**Repository:** [nx-apollo-react-example](https://github.com/nrwl/nx-apollo-react-example)
|