Communicate With Events in LWC | Day 4

Sdílet
Vložit
  • čas přidán 4. 09. 2024

Komentáře • 21

  • @PyrateGraphics
    @PyrateGraphics Před 7 měsíci

    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!

  • @SalesforceUSA
    @SalesforceUSA Před rokem +1

    Good video.

  • @freakymonster9840
    @freakymonster9840 Před 11 měsíci +1

    🎯 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

  • @codingball
    @codingball Před rokem

    Great Video Easy to Understand

  • @Zaheer__zk
    @Zaheer__zk Před rokem +1

    Great video.
    at 31:19 we can also use maxlength attribute to validate endValue without a condition statement (if block).

    • @arnavsadhu
      @arnavsadhu Před rokem

      maxlength is used to limit the length of characters, here he is trying to limit the value till 5

  • @mohamedsaleemparambat3034

    Good explanations with proper examples. Thanks a lot . Do you have any git repo of these lwc examples? Please share if any

    • @apexhours
      @apexhours  Před rokem

      Glad you like it. CHeck example on Apex hours website

  • @Vishal-cs8bp
    @Vishal-cs8bp Před rokem

    Excellent Explanation

  • @user-df3bg7xe7i
    @user-df3bg7xe7i Před rokem

    Great

  • @PoonamSingh-mu4zx
    @PoonamSingh-mu4zx Před rokem

    Is it necessary to learn Lightning Aura Component before starting Lightning Web Component ?

  • @dheerajmalviya4432
    @dheerajmalviya4432 Před 11 měsíci

    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??

  • @sahanakakhandaki4029
    @sahanakakhandaki4029 Před 11 měsíci

    Facing errors on chilofp2cusingapi on the container part. Please help