Installations
npm install @tanstack-query-with-orbitjs/core
Developer Guide
Typescript
Yes
Module System
N/A
Node Version
18.16.1
NPM Version
lerna/7.0.2/node@v18.16.1+x64 (linux)
Score
68.7
Supply Chain
77
Quality
75.1
Maintenance
100
Vulnerability
100
License
Releases
@tanstack-query-with-orbitjs/react@0.2.0
Published on 20 Jul 2023
@tanstack-query-with-orbitjs/core@0.2.0
Published on 20 Jul 2023
@tanstack-query-with-orbitjs/react@0.1.0
Published on 25 Jun 2023
@tanstack-query-with-orbitjs/core@0.1.0
Published on 25 Jun 2023
Contributors
Unable to fetch Contributors
Languages
TypeScript (87.27%)
JavaScript (7.62%)
MDX (3.84%)
CSS (0.86%)
Shell (0.42%)
Developer
Download Statistics
Total Downloads
304
Last Day
2
Last Week
6
Last Month
13
Last Year
68
GitHub Statistics
3 Stars
246 Commits
2 Watching
1 Branches
1 Contributors
Bundle Size
38.91 kB
Minified
10.32 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.2.0
Package Id
@tanstack-query-with-orbitjs/core@0.2.0
Unpacked Size
18.94 kB
Size
4.86 kB
File Count
5
NPM Version
lerna/7.0.2/node@v18.16.1+x64 (linux)
Node Version
18.16.1
Publised On
20 Jul 2023
Total Downloads
Cumulative downloads
Total Downloads
304
Last day
100%
2
Compared to previous day
Last week
100%
6
Compared to previous week
Last month
550%
13
Compared to previous month
Last year
-71.2%
68
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Peer Dependencies
1
@tanstack-query-with-orbitjs/core
A library for using TanStack Query with Orbit.js.
This is the UI framework agnostic core, which could be seen as corresponding to @tanstack/query-core
in original TanStack Query.
Usage
Install using your preferred Node.js package manager. For example:
1pnpm add @tanstack-query-with-orbitjs/core
@tanstack-query-with-orbitjs/core
comes with three new classes that enable the integration between TanStack Query and Orbit.js:
-
LiveQueryClient
Replacement forQueryClient
. (ExtendsQueryClient
class.) -
LiveQueryObserver
Replacement forQueryObserver
. (ExtendsQueryObserver
class.) -
LiveInfiniteQueryObserver
Replacement forInfiniteQueryObserver
. (ExtendsInfiniteQueryObserver
class.)
It also exports the following types:
-
LiveQueryClientConfig
Interface describing the config passed to theLiveQueryClient
constructor. (ExtendsQueryClientConfig
interface.) -
QueryMeta
Module augmented, and declaration merged more specific version of theQueryMeta
interface. -
GetQueryOrExpressions
Type which describes the first parameter of theMemorySource#query
method.
No vulnerabilities found.
No security vulnerabilities found.