jeblister / urql-next

Universal React Application with urql, a simple GraphQL client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js with a Universal React Query Library

Next.js is a minimalistic framework for server-rendered React applications. With urql a Universal GraphQL client you will not discouraged or turned away from the magic that is GraphQL.

What is urql

urql is a GraphQL client, exposed as a set of ReactJS components.

Install

Just clone this repo, add your GraphQL server in /pages/index.js, make some query on /containers/index.js and run :

npm install && npm run dev

About

Universal React Application with urql, a simple GraphQL client


Languages

Language:JavaScript 100.0%