LWC IntroductionWhy Lightning Web ComponentLWC Browser supportSalesforce DX environment setupSalesforce DX project setupHello world using LWCOne-Way Data BindingTwo-Way Data Binding (@track)Conditional Renderingfor:each loopiterator loopRender multiple templateParent to Child Communication with string dataParent to Child Communication with Array/Object dataParent to Child Communication on action at parentParent to Child Communication by calling the Child method from Parent component.Child to Parent Communication by simple actionChild to Parent Communication by passing data on actionChild to Parent Communication by event bubbling
LWC Browser support
Below is the list of browsers that support Lightning web component with their limitations
Sno. | Browser | Version | Limitations | Links |
---|---|---|---|---|
1 | Microsoft Internet Explorer | IE 11 & above | Components work in compatibility mode, so performance suffers. | click here |
2 | Microsoft Edge | 15+ | Developer Console doesn't support Microsoft Edge | click here |
3 | Google Chrome | 59+ | NA | NA |
4 | Mozilla Firefox | 54+ | currently doesn't support Private Browsing. | click here |
5 | Apple Safari | 12.x+ | Salesforce currently doesn't support Analytics with Apple Safari. | click here |