SirNeo / react-graphql-urql-example

A react application with GraphQL and URQL client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps

Install create-react-app library to create react application from templates.

yarn global add create-react-app

Create project

create-react-app react-graphql-urql-example

Install dependencies

yarn add urql @urql/exchange-graphcache graphql graphql-tag

Run app

cd react-graphql-urql-example yarn start

About

A react application with GraphQL and URQL client


Languages

Language:JavaScript 89.0%Language:HTML 6.8%Language:CSS 4.2%