Replies: 1 comment
-
Here's the recommended approach: The issue is still open as we need to document this better. |
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
-
Is it possible to use JSX output with
view
, so that the React component can return a value to be used as part of reactive dataflow?I imagine it would look something like:
But I'm not sure if it is possible to expose a value from
<MySlider/>
.An alternative approach is to make a Mutable and pass it into the component, but that takes some more work from the point of view of
<MySlider/>
's consumer, so I'd rather avoid it if possible.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions