Once we have a labeled slider component inside the main function, we should be able to create another labeled slider. This lesson teaches how to accomplish that, and make sure those two instances work independently of each other.
This part looks like the 'parallel parking'. I have to watch this again and again.
Could the selector class be added to props and props be passed to intent as well as view? The pre/post stuff seems klunky for adding class and selector
Could the selector class be added to props and props be passed to intent as well as view? The pre/post stuff seems klunky for adding class and selector
This seems weird indeed, introducing imperative code into a functional app... I've simply passed the selector into the intent/view functions, and prepended it to the existing selector.