nx/nx-dev/archive/11.4.0/react/examples/apollo-react.md
2021-04-08 13:07:48 +00:00

561 B
Raw Blame History

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 with React in an Nx Workspace

Repository: nx-apollo-react-example