cra-template-graphql
v1.1.0
Published
A GraphQL client based on Create React App
Readme
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 graphqlor
yarn create react-app my-app --template graphqlAuthor
Soichi Takamura @piglovesyou
