Awesome
cra-template-graphql
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
Usage
npx create-react-app my-app --template graphql
or
yarn create react-app my-app --template graphql
Author
Soichi Takamura @piglovesyou