3.8.0 • Published 6 days ago

@graasp/query-client v3.8.0

Weekly downloads
-
License
-
Repository
github
Last release
6 days ago

Graasp Query Client

React Query package to consume the Graasp API.

Installation

Run the following to install the package in your project:

yarn add github:graasp/graasp-query-client.git

The package exposes the following properties:

  • DATA_KEYS: keys used to refer to invalidate data
  • routines: message types used for notifications
  • API_ROUTES: object containing all endpoint routes
  • Api: api endpoints collection

configureQueryClient returns the following properties:

  • queryClient: query client property
  • QueryClientProvider: query client provider
  • hooks: object containing all the useQuerys
  • useMutation: hook for running mutations
  • ReactQueryDevtools: devtools component for the imported queryclient
  • dehydrate & Hydrate: necessary properties for SSR projects (ie: nextjs)
import { configureQueryClient } from '@graasp/query-client';

const prop = configureQueryClient({ API_HOST });

Development

Run yarn to install this package's dependencies

Testing

Execute the following to run the tests in your project

yarn test

or

yarn test:watch
3.8.0

6 days ago

3.7.0

6 days ago

3.6.0

11 days ago

3.5.0

20 days ago

3.4.2

24 days ago

3.4.0

1 month ago

3.4.1

1 month ago

3.3.0

1 month ago

3.2.1

2 months ago

3.2.0

2 months ago

3.1.0

2 months ago

3.0.2

2 months ago

3.0.1

2 months ago

2.9.1

2 months ago

3.0.0

2 months ago

2.9.0

2 months ago

2.8.1

2 months ago

2.8.0

2 months ago

2.7.0

3 months ago

2.7.1

3 months ago

2.6.3

3 months ago

2.6.1

3 months ago

2.6.2

3 months ago

2.6.0

3 months ago

2.5.0

3 months ago

2.4.2

3 months ago

2.4.1

3 months ago

2.4.0

3 months ago

2.3.2

4 months ago

2.3.0

4 months ago

2.2.3

4 months ago

2.2.2

4 months ago

2.2.1

5 months ago

2.2.0

5 months ago

1.2.0

10 months ago

1.8.2

8 months ago

1.8.1

8 months ago

1.8.0

8 months ago

1.4.3

9 months ago

1.6.0

8 months ago

1.4.2

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.11.0

7 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.11.1

7 months ago

1.9.0

7 months ago

1.7.0

8 months ago

1.1.5

10 months ago

1.5.0

8 months ago

1.3.2

10 months ago

1.1.4

11 months ago

1.3.1

10 months ago

1.1.3

11 months ago

1.3.0

10 months ago

1.1.2

11 months ago

2.1.1

5 months ago

2.1.0

6 months ago

1.10.0

7 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.0-rc.3

11 months ago

1.0.0-rc.2

11 months ago

1.0.0-rc1

12 months ago

0.4.1

1 year ago

0.4.2

12 months ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.3

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago