Alejandro Fernandez
Alejandro Fernandez
> Don't you think that it violates the principle of component oriented programming? In fact, any component can interfere with the work of another, update if the latter did not...
I'll give you all an example that I've faced recently. Imagine a custom video component: ```html ``` The problem I have found in a component like this is really weird...
> i would say it should be done via props and watchers. a video player has states (video source, playing, volume, playback position) which make up a very intuitive reactive...
Btw... I don't know if I misunderstood ref usage, but in my previous example notice that I did `vm.tip = ...` and not `vm.tip.value = ...` If I try the...
@pikax You didn't read the following sentence, didn't you? ,☹️
@pikax Ok, but that doesn't answer any of my questions. Just to be clear to everyone that gets to this issue and wants to help me: - I know about...
@pikax fair enough. I changed the `vm` word for `template` in my mind in your first reply. Thank you, dude.
Hey, any progress on this? I saw it was marked as draft by Taylor. Anything we can do to move this forward?