Ok I just want to say, I have been trying to understand this for months. Thanks to your clear teaching I literally just combined all three of these examples into a single tree and got them all to work, as well as using it to build the foundation for an actual component that I have a requirement for. Thank you Sir!
🎯 Key Takeaways for quick navigation: 00:00 📢 Introduction to Lightning Web Component (LWC) event communication 02:21 🔄 Parent-to-Child Communication with API Properties 11:37 📡 Parent-to-Child Communication with API Methods 18:20 📣 Child-to-Parent Communication with Custom Events 26:19 📦 Passing Data from Child to Parent via Custom Events
Hello sir great explanation, but what i am trying to do, i have one parent and one child component both have records in data table and i fetch the data from apex, now when i search record from parent and I select the record it should be save in child component. I am not able to do that so can you help me with that??
Ok I just want to say, I have been trying to understand this for months. Thanks to your clear teaching I literally just combined all three of these examples into a single tree and got them all to work, as well as using it to build the foundation for an actual component that I have a requirement for. Thank you Sir!
Wonderful!
🎯 Key Takeaways for quick navigation:
00:00 📢 Introduction to Lightning Web Component (LWC) event communication
02:21 🔄 Parent-to-Child Communication with API Properties
11:37 📡 Parent-to-Child Communication with API Methods
18:20 📣 Child-to-Parent Communication with Custom Events
26:19 📦 Passing Data from Child to Parent via Custom Events
Keep learning
Good explanations with proper examples. Thanks a lot . Do you have any git repo of these lwc examples? Please share if any
Glad you like it. CHeck example on Apex hours website
Great video.
at 31:19 we can also use maxlength attribute to validate endValue without a condition statement (if block).
maxlength is used to limit the length of characters, here he is trying to limit the value till 5
Good video.
Thanks
Great Video Easy to Understand
Glad it was helpful!
Is it necessary to learn Lightning Aura Component before starting Lightning Web Component ?
not required ,
NO needed
Excellent Explanation
Glad it was helpful!
Great
Hello sir great explanation,
but what i am trying to do, i have one parent and one child component both have records in data table and i fetch the data from apex, now when i search record from parent and I select the record it should be save in child component.
I am not able to do that so can you help me with that??
Facing errors on chilofp2cusingapi on the container part. Please help