1.0.14 • Published 3 years ago

@iresine/react-query v1.0.14

Weekly downloads
163
License
MIT
Repository
-
Last release
3 years ago

@iresine/react-query

@iresine/react-query is the layer between @iresine/core and react-query.

@iresine/react-query must be used along with @iresine/core.

Install

npm i @iresine/react-query

Example

import IresineStore from '@iresine/core';
import IresineReactQuery from '@iresone/react-query';
import {QueryClient} from 'react-query';

const iresine = new Iresine();
const queryClient = new QueryClient();
new IresineReactQuery(iresineStore, queryClient);
1.0.14

3 years ago

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago