8.0.1 • Published 1 month ago

@nhost/react-urql v8.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

This package contains a <NhostUrqlProvider /> with good defaults settings to quickly get started with Nhost, React, and URQL.

Get Started

Install

npm install @nhost/react @nhost/react-urql urql graphql

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { NhostClient, NhostProvider } from '@nhost/react'
import { NhostUrqlProvider } from '@nhost/react-urql'

import App from './App'

const nhost = new NhostClient({
  subdomain: '<Your Nhost project subdomain>',
  region: '<Your Nhost project region>'
})

ReactDOM.render(
  <React.StrictMode>
    <NhostProvider nhost={nhost}>
      <NhostUrqlProvider nhost={nhost}>
        <App />
      </NhostUrqlProvider>
    </NhostProvider>
  </React.StrictMode>,
  document.getElementById('root')
)

Customization

This package contains a URQL provider and client for Nhost with good default settings. If you want to customize them, it's recommended to use this code as inspiration and set up your own URQL provider and client in your own code base.

8.0.1

1 month ago

8.0.0

1 month ago

7.0.2

2 months ago

7.0.1

2 months ago

7.0.0

2 months ago

6.0.3

2 months ago

6.0.1

2 months ago

6.0.2

2 months ago

6.0.0

3 months ago

5.0.1

3 months ago

5.0.0

3 months ago

4.0.2

3 months ago

4.0.1

5 months ago

2.0.28

10 months ago

2.0.29

10 months ago

2.0.33

7 months ago

2.0.31

9 months ago

2.0.32

8 months ago

2.0.30

9 months ago

3.0.1

6 months ago

3.0.0

6 months ago

2.0.26

11 months ago

2.0.27

10 months ago

2.0.25

11 months ago

2.0.19

12 months ago

2.0.17

12 months ago

2.0.18

12 months ago

2.0.24

11 months ago

2.0.22

11 months ago

2.0.23

11 months ago

2.0.20

12 months ago

2.0.21

11 months ago

2.0.15

1 year ago

2.0.16

1 year ago

2.0.13

1 year ago

2.0.5

1 year ago

2.0.14

1 year ago

2.0.11

1 year ago

2.0.7

1 year ago

2.0.12

1 year ago

2.0.6

1 year ago

2.0.9

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.4

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago