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

preview_player
Показать описание

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
Рекомендации по теме
Комментарии
Автор

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

sandiprandive
Автор

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, <div class="slds-m-around_medium" and not in the <c-contact-list-item>, as the event will bubble up through the DOM of the child component.

alvinbernard
Автор

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

rohanarayan
Автор

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

ij