Running on server (Node/Deno/Bun) without React or any framework #6114
Unanswered
alexgleason
asked this question in
Q&A
Replies: 1 comment
-
look at the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find myself wishing I could access the react-query API on the server so I can cache things like database queries and fetch results, with a global cache by key. Then I could evict results from other parts of the code, etc. Is there any way to use the underlying API directly?
Beta Was this translation helpful? Give feedback.
All reactions