Iterating over object with "name in in object" it's super awesome 👍. I ve never seen this before
@jsomhorst2 жыл бұрын
great content. But what I miss in this is a 8th tip. Let de API do the hard work. Filtering and such is best done (when having lots of data) to a server. It can utilize caching and such.
@LearnVue2 жыл бұрын
true!
@William_Clinton_Muguai2 жыл бұрын
Yap... Filtering with JS makes the loading time even longer, but the objective is to provide a fast mobile-app like experience.
@gilbertslam Жыл бұрын
I agree! Thanks for your input
@brunocmesquita3 жыл бұрын
Really great content
@LearnVue3 жыл бұрын
thank you! 😌
@QINISO-ZN Жыл бұрын
Your videos are incredibly consice and to the point. Liked and subscribed
@LearnVue Жыл бұрын
thanks!
@LuckyStilet13 жыл бұрын
Whole v-for just in few clicks: I perfer assign key to index, when I am surtan that list length not gonna change. For that purpose I have shortcut even in Webstorm: f + tab ==> v-for="($item$, index) in $data$" :key="index" (this f + tab shorthand configured to work ONLY in vue template and ONLY in the tags) $data$ and $item$ - just places to navigate with tab after snippet was unwrapped.
@ea5591Ай бұрын
Perfect Video
@jntaca3 жыл бұрын
Great ! ! Thank a lot.
@demogyani2419 Жыл бұрын
There is one point that creator missed. In vue3.x V-IF has Higher precedence as compared to V-FOR
@biplobshaha2829 Жыл бұрын
Great ❤❤
@devilfriend2 жыл бұрын
I want to know how to do a range loop in reverse order. For example, from 10 to 1.
@gilbertslam Жыл бұрын
Do it in a computed property.
@erfansadeghinezhad97803 жыл бұрын
Nice video 😋
@LearnVue3 жыл бұрын
glad you liked it 😌
@MrBowmanXD2 жыл бұрын
Good video keep it up
@christopheryeung92353 жыл бұрын
Good videos
@LearnVue3 жыл бұрын
thanks so much!
@augischadiegils.51092 жыл бұрын
♥️♥️
@nnz1310 ай бұрын
You must learn regexp one time and don't use useless libraries