Open MarcoTuc opened 4 months ago
Dynamic States are currently not possible in reflex because all state names need to be known at compile time. I would love to see a solution for dynamic states in general and later use it in ComponentState.
I did some exploration in #3671 and #3683
has any progress on the issue , it puzzled for a long time,
looking for an update on this eventually
When a Custom component is created with a custom state, if declared via rx.foreach, then all the created components will share the same state. Below an example that works as I explained on reflex 0.5.7