next-urql
Convenience utilities for using urql with NextJS.
File Explorer
Download Latest Version (.zip)- init-urql-client.spec.ts
- with-urql-client.spec.tsx
- next_logo.png
- urql_logo.png
- pokemon_list.tsx
- index.tsx
- Bug@2x.png
- Dark@2x.png
- Dragon@2x.png
- Electric@2x.png
- Fairy@2x.png
- Fight@2x.png
- Fire@2x.png
- Flying@2x.png
- Ghost@2x.png
- Grass@2x.png
- Ground@2x.png
- Ice@2x.png
- Normal@2x.png
- Poison@2x.png
- Psychic@2x.png
- Rock@2x.png
- Steel@2x.png
- Water@2x.png
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- pokemon_list.tsx
- _app.tsx
- index.tsx
- Bug@2x.png
- Dark@2x.png
- Dragon@2x.png
- Electric@2x.png
- Fairy@2x.png
- Fight@2x.png
- Fire@2x.png
- Flying@2x.png
- Ghost@2x.png
- Grass@2x.png
- Ground@2x.png
- Ice@2x.png
- Normal@2x.png
- Poison@2x.png
- Psychic@2x.png
- Rock@2x.png
- Steel@2x.png
- Water@2x.png
- favicon.ico
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- pokemon_list.tsx
- index.tsx
- Bug@2x.png
- Dark@2x.png
- Dragon@2x.png
- Electric@2x.png
- Fairy@2x.png
- Fight@2x.png
- Fire@2x.png
- Flying@2x.png
- Ghost@2x.png
- Grass@2x.png
- Ground@2x.png
- Ice@2x.png
- Normal@2x.png
- Poison@2x.png
- Psychic@2x.png
- Rock@2x.png
- Steel@2x.png
- Water@2x.png
- favicon.ico
- url-exchange.ts
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- index.ts
- init-urql-client.ts
- types.ts
- with-urql-client.tsx
- .babelrc
- .eslintrc.js
- .gitignore
- .npmignore
- .prettierrc.js
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- jest.config.js
- LICENSE
- package.json
- README.md
- rollup.config.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/FormidableLabs/next-urql
Downloads the entire project code from GitHub to your computer.
cd next-urql
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save next-urql urql react-is isomorphic-unfetch
Downloads and installs the libraries listed in package.json.
<img alt="NPM Version" src="https://img.shields.io/npm/v/next-urql.svg" />
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
