Lightning Web Components - Episode 3: Component Communication and Aura Interoperability

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Slides: bit.ly/2Fdl2tr
    Join our Telegram channel for #SalesforceDevelopers in India: t.me/salesforcedevsindia
    Follow Shashank on Twitter bit.ly/2HFwqiS or LinkedIn bit.ly/34AvBku
    Follow Satya Sekhar on Twitter bit.ly/35J3fDN or LinkedIn bit.ly/3jM8PKV
    00:00:00 - Start
    00:04:11 - Agenda
    00:05:14 - Component Composition
    00:07:09 - Types of inter component communication
    00:07:47 - Parent to child communication
    00:08:48 - Demo: Parent to child communication
    00:12:05 - Child to parent communication
    00:14:38 - Demo: Child to parent communication
    00:18:22 - Shadow DOM
    00:23:57 - Lifecycle of the component
    00:28:32 - Component to component communication
    00:31:54 - Demo: Inter component communication
    00:36:17 - Aura Interoperability
    00:39:41 - Demo: Aura Interoperability
    00:45:04 - Aura Migration
    00:50:51 - Q & A
    #lwc #aura #salesforcedevelopers
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 6

  • @sandiprandive75
    @sandiprandive75 2 ปีที่แล้ว +1

    Thanks for the such a great tutorials. Great co-ordination and presentation!

  • @frankng3111
    @frankng3111 4 ปีที่แล้ว +2

    Great episode. Thanks for sharing

  • @rohanarayan
    @rohanarayan 5 ปีที่แล้ว +1

    Very helpful episode to learn about communication between LWC-LWC and LWC-Aura Cmp. Thanks Shashank and Satya

  • @alvinbernard99
    @alvinbernard99 5 ปีที่แล้ว +1

    A subtle point to be mentioned...since the event fired by the child element - [contactListItemBubbling] has bubble = true, hence the event is handled in parent element [pubsubContactList] in a div tag, and not in the , as the event will bubble up through the DOM of the child component.

  • @chithraprakash8392
    @chithraprakash8392 3 ปีที่แล้ว

    Great!

  • @ij2639
    @ij2639 2 ปีที่แล้ว

    Wondering if there is another NA or EMEA version of this video series salesforce