Storing a fetched value from an asynchronous call in server component in Hydrogen 1 #1110
Unanswered
Mithrandiirr
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to store a value fetched from an asynchronous call, where I fetch a query, my problem is since I can't use useState in .server components, i have no other way to store the value
the PONumber value will always be null, how can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions