Replies: 1 comment
-
if you are using drizzle, consider using this drizzle cache mechanism : |
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.
-
does SvelteKit has anything comparable to react's cache? It's really helpful for expensive computations and avoid calling the same operation multiple times during SSR and server-side code, as it memoize the first function call on each request.
Beta Was this translation helpful? Give feedback.
All reactions