useDeno content doesn't update #189
Unanswered
lcswillems
asked this question in
Q&A
Replies: 2 comments
-
The factory function is only executed on initial build, not on every refresh You can pass "true" to the useDeno hook to fetch client-side on each refresh |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay thank you! |
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.
-
For example, if I put this in a component:
The date is always the same when I refresh the page. Deno seems to cache the value but this is unexpected behavior for server-side rendering.
Beta Was this translation helpful? Give feedback.
All reactions