Hey, this is superb amazing tutorial on decorators. I am at very basic level in lwc and need to clarify few basic things. Coding perspective I understood what is data member and property but could you please explain that in detail. (Especially when this is question in interview ) Also can you please cover wire adaptor as well?
Hi Amruta, can you share the interview question? Then maybe I can identify what I should add on. Noted your suggestion for wire, will try to create a video on that 🔜
Thank you! I created one course though it's specific to Lightning Datatable. You can get it at the best price using my coupon code here: www.udemy.com/course/mastering-lightning-datatable-in-salesforce-lwc/?couponCode=76DF626EC18DECB87854
Thank you, It is clear and useful Just my mind is a kind of confusing if you compare this with aura cmp where you dont need to specify decorators :v But now in these days lwc is everywhere :D
Hi Anna, I agree and I am sure you'll find lwc more easy as compared to aura once you create some components using it. We don't have decorators in aura but we do have aura attributes right? :P
Hi Prasad, I don't have any course as of now and I don't provide live training as well. You can refer to my youtube playlists for lwc: Todo App Series (Basics and Project Based): th-cam.com/play/PLuL63vr-9xHyaEARj8crQe3v2TBQa_Cs8.html LWC Concepts (Basics to advanced): th-cam.com/play/PLuL63vr-9xHwKRdD9aoqjlxwQlDkvrsAa.html
sappose if we update one property in object (this object did't mark as track)and another property in function what will happen ? is that object property will update or not?
Thanks you for sharing your knowledge. Please help on this I have scenario like Quote(Parent)associated object Quote1(child) . I had overriden child(Quote1) "new" Button in aura(inside calling LWC) . When I'll create record in Quote1 object I want to display parent object details(Readonly), because I had create formula fields in Quote1 along with I need to give input other fields how to achieve this scenario.
Hi, If you're calling your custom component on the parent components detail page, then you should get the parent record id in the recordId attribute of aura
Good explanation with good examples. Thank you very much.
Glad it was helpful!
Nice tutorial... easy!!! thank you
Appreciate the way of coding, It takes a lot of practicing and passion to code that way.
Glad you liked the tutorial buddy, Keep Learning!!
Good work mate, Really appreciate it !! Quite useful for someone who wants to have hands on...
Thank you so much buddy 😁 hope you're doing good.
Excellent explanation bro... thank you 🙂
Keep watching!!!
Superb!
Thanks 🙏 for great explanation
Thank you so much. 👍🏼
Gazab 👌👌👌👌
Thank You!
clear and precise thank you 👍
awesome, please make more videos
Glad to know you liked it...more videos are on the way..!! 🚅
10:05 - @api
Hey, this is superb amazing tutorial on decorators. I am at very basic level in lwc and need to clarify few basic things. Coding perspective I understood what is data member and property but could you please explain that in detail. (Especially when this is question in interview )
Also can you please cover wire adaptor as well?
Hi Amruta, can you share the interview question? Then maybe I can identify what I should add on. Noted your suggestion for wire, will try to create a video on that 🔜
@@sfdcstop I mean if the question is like what are properties, data member in lwc ?
What about @wire? and kindly keep making videos as its helpful.
I thought about covering it in the next video but just realised I never created the further video for this series. I'll try to create one soon.
superb
Really apriciate you teaching skill sir , you should think on lwc course on udemy🎉
Thank you! I created one course though it's specific to Lightning Datatable. You can get it at the best price using my coupon code here: www.udemy.com/course/mastering-lightning-datatable-in-salesforce-lwc/?couponCode=76DF626EC18DECB87854
Thank you, It is clear and useful
Just my mind is a kind of confusing if you compare this with aura cmp where you dont need to specify decorators :v
But now in these days lwc is everywhere :D
Hi Anna, I agree and I am sure you'll find lwc more easy as compared to aura once you create some components using it. We don't have decorators in aura but we do have aura attributes right? :P
@@sfdcstop Yeah, actually I think in attributes when you explained @api decorator
hey how can i get your complete lwc vedios and want to join your live training sessions if you provide any coarse.
Hi Prasad, I don't have any course as of now and I don't provide live training as well. You can refer to my youtube playlists for lwc:
Todo App Series (Basics and Project Based): th-cam.com/play/PLuL63vr-9xHyaEARj8crQe3v2TBQa_Cs8.html
LWC Concepts (Basics to advanced): th-cam.com/play/PLuL63vr-9xHwKRdD9aoqjlxwQlDkvrsAa.html
Thank u so much
sappose if we update one property in object (this object did't mark as track)and another property in function what will happen ? is that object property will update or not?
Hi Anitha, if you're updating an object property, you should mark it with @track to track the changes.
Thanks you for sharing your knowledge. Please help on this
I have scenario like
Quote(Parent)associated object Quote1(child) . I had overriden child(Quote1) "new" Button in aura(inside calling LWC) . When I'll create record in Quote1 object I want to display parent object details(Readonly), because I had create formula fields in Quote1 along with I need to give input other fields how to achieve this scenario.
Hi, If you're calling your custom component on the parent components detail page, then you should get the parent record id in the recordId attribute of aura
Thanks
To the point it was
Thank you Abhishek! Keep Learning!!
Where is @wire decorator?
I thought about covering it in the next video but just realised I never created the further video for this series. I'll try to create one soon.