yeganathan18 / next-jotai-urql

Boiler plate code for NextJS combined with jotai + urql (integration)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

Using Jotai + Urql (integration) with Next.js

This project is a simple example of how to use Jotai + Urql with Next.js.

I have created two routes, /jotai explaining how we can use urql with atoms and /urql to show how to just use urql without atoms.

About

Boiler plate code for NextJS combined with jotai + urql (integration)


Languages

Language:JavaScript 100.0%