I have a generic list component and I'd like to use redux-ui to store it's state (selection, scroll state). If the 'key' prop was a function then I could keep the state for different instantiations of the control separate.
To be clear, this would be a function accepting props and state, just like the state initializers
I have a generic list component and I'd like to use redux-ui to store it's state (selection, scroll state). If the 'key' prop was a function then I could keep the state for different instantiations of the control separate.
To be clear, this would be a function accepting props and state, just like the state initializers