We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58c33c commit 9bb6642Copy full SHA for 9bb6642
packages/react-ghostmaker/package.json
@@ -6,16 +6,18 @@
6
"Marco Falkenberg <m.falkenberg@mittwald.de>"
7
],
8
"type": "module",
9
- "description": "Create ghost proxies from objects that lets you easily handle async methods with React Suspense.",
+ "description": "Transform your async models into React Suspense-ready ghosts",
10
"keywords": [
11
"async",
12
"domain",
13
"lazy",
14
"load",
15
"model",
16
+ "query",
17
"react",
18
"react-suspense",
- "suspense"
19
+ "suspense",
20
+ "tanstack"
21
22
"homepage": "https://github.com/mittwald/react-ghostmaker#readme",
23
"repository": "github:mittwald/react-ghostmaker",
0 commit comments