Lightning Components 101 An Apex Developer's Guide

preview_player
Показать описание
Lightning web Components 101 An Apex Developer's Guide
1 Apex Overview
2 Components
3 VF vs. LWC Comparison
4 Lightning Web Components
Рекомендации по теме
Комментарии
Автор

Very informative & nicely created content tutorial for LWC development! Thank You

tanvira.
Автор

You have a really great way of communicating the concepts. Thanks for the video.

danieljeffrey
Автор

You can do same with VF as well where the rendering can happen at same time as lightning if you add onKeyUp() on the the <apex:input element> and tie that up with javascript. Also you will not need any code in the APEX controller.

tanvira.
Автор

Can we learn lwc directly without learning aura

conio
Автор

Thankyou. How do we make contact for further advice?

fredericklane
Автор

Awesome vid! I feel like I have a good overall understanding of LWCs based on my studies. One concept that I can't seem to figure out are the SLDS tags. I know that these are CSS tags based on the lightning design but I have no idea as to the format of these tags. For example, at 38:43, he has a div tag with class="slds-m-around medium". How did he know that the "slds-m-around medium" tag even existed? Is there a catalogue that shows what tags are available for use? I apologize in advance if this seems like a newbie question lol. It is funny because I understand all the other more advance stuff except this lol. Any help or feedback would be greatly appreciated!

Saiunai