As always, so well and coherently presented. Thank you!
@LearnVue3 жыл бұрын
thank you! that means a lot
@xacbolay3 жыл бұрын
Really good video, straight to the point and all the info is very useful! Subscribed!!
@trananswers3 жыл бұрын
Great video, and top notch Vue channel
@LearnVue3 жыл бұрын
Thanks for watching!!
@tylerdrabek15922 жыл бұрын
Great video, simple and to the point
@juhavehnia78622 жыл бұрын
VIDEO IDEA: If you have a really large scale Vue + Vuex app. The idea would to show how to organize each feature into modules and name spaced stores.
@jorgesone73832 жыл бұрын
Thanks for amazing video. I have a question, I'm using Vue 3, and I created custom tooltip directive. Is there possible to use watcher to watch the value if is true hide if is false show ? Because it is not updating the boolean value. I'm using mounted and beforeUpdate hooks.
@LearnVue2 жыл бұрын
you should be able to! what value are are you watching? one thing that might be the issue is the reactivity of the value youre watching? maybe try a getter function. vuejs.org/api/reactivity-core.html#watch
@jorgesone73832 жыл бұрын
@@LearnVue It works, the value which I was passing it wasn't reactive. I think I was blind haha, thank you.
@LearnVue2 жыл бұрын
glad it works :)
@murilolivorato14893 жыл бұрын
very good . did you managed to do it in SSR mode ? I didn managed .
@okanyldrmop2 жыл бұрын
Hello, this is amazing but do you know how can we add types to these directives?
@hiroyukinumaguchi19842 жыл бұрын
Great contents! Thank you!
@ravindrayr12323 жыл бұрын
Keep up the good work buddy
@LearnVue3 жыл бұрын
i will! thanks for watching :)
@yankee-in-london3 жыл бұрын
Do you happen to know of any good examples of a directive which wraps the render function? Is this possible? I want to build a directive for tooltips and have the tooltip component wrap any component that uses the directive.
@antifa_communist Жыл бұрын
I would assume you would use it like you do normal attributes.