Dave Hirschfeld
SSolara
•Created by Dave Hirschfeld on 3/17/2024 in #questions-issues
Trying to understand state management
If I have a reusable component with an internal state
value = use_reactive(42)
linked to an IntSlider
and I have multiple of these components on my page, how do I then get the values of all nested slider components to e.g. use in another component?
e.g.
6 replies