Create a first GraphQL client based on Create React App. Tech stack:
- TypeScript
- Apollo Client as a GraphQL client
- GraphQL code generator and TypeScript React Apollo for code generation of typed functions
- graphql-let for
gql()
syntax and generated file management
npx create-react-app my-app --template graphql
or
yarn create react-app my-app --template graphql
Soichi Takamura @piglovesyou