nx/docs/shared/examples/apollo-react.md
2025-02-21 10:00:04 -07:00

13 lines
511 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Using Apollo GraphQL with React in an Nx Workspace
In this article, youll 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 in an Nx Workspace](/blog/using-apollo-graphql-in-an-nx-workspace)
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/apollo-graphql" /%}