How to access streamable value created with createStreamableValue from the client #1104
Answered
by
MaxLeiter
0xaguspunk
asked this question in
Help
-
Hi! :) Does anyone have an example of how can one read a streamable value created with Docs don't show how you can consume the streamable value. I see in the code I need to use useStreamableValue but unsure how since I have to call it with the value itself. |
Beta Was this translation helpful? Give feedback.
Answered by
MaxLeiter
Mar 5, 2024
Replies: 1 comment 5 replies
-
Hi, there's a
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
0xaguspunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, there's a
useStreamableValue
hook but we're potentially going to revisit its API.useStreamableValue(streamableFromProps)
is one way to access the streamable value.