This channel is awesome. The quality of the content and the speakers you bring in, are excellent. This is the only Salesforce related RUclips channel that I regularly follow. Thank you for helping the salesforce community!
Thanks Jitendra Zaa for Great Session, Can you please guide us what are the prerequisite to learn lwc. Is javascript 6 and html5 enough with knowledge of apex to learn lwc?
great tutorial..but @29:18 instead of using shadow DOM to have custom styling.. can we use class attribute for and apply styling using that class like p.sample{color:red} so it applies color only to that p
Thanks for your feedback. Yes LWC can be parent of another LWC. amitsalesforce.blogspot.com/2018/12/Invoke-Apex-Controller-from-Lightning-Web-Component.html
Great Session but at 20:00 , I am not able to place the code in different lines as shown in video. this.innerHTML =' ${this.name} ${this.detail} '; Getting the error as : Unterminated string literal. ';' expected. Declaration or statement expected.
at 33:25 you have mentioned to create lightning app but i cant find sfdx: create lightning app also i have already install the lightning web component please help
This channel is awesome. The quality of the content and the speakers you bring in, are excellent. This is the only Salesforce related RUclips channel that I regularly follow. Thank you for helping the salesforce community!
Glad you like them!
i am a sf developer for last 12 yrs...i have been learning a lot from this channel about Aura & LWC. Thx.
Our pleasure! Keep watching
Thanks Jitendra Zaa for Great Session, Can you please guide us what are the prerequisite to learn lwc. Is javascript 6 and html5 enough with knowledge of apex to learn lwc?
Good Session Jitendra, you kept so simple to understand the HTML5 and LWC, Q&A is interesting.
Thanks for your feedback. Enjoy full playlist ruclips.net/video/KKNEpPP6V4s/видео.html
Awesome Demo, keep up the good work Amit , Jitendra and also Mohit
Thanks. If you want to learn about best practice check this recording ruclips.net/video/WjSlkU6Z6bs/видео.html
Thanks Jitender Zaa for a great session
You are welcome
Hey Amit please do let me know,LWC comes under which metadata.
@@rameshchilla1741 It will come under LightningComponentBundle
Hey Amit how to add Lightning data table attributes dynamically in lwc,ex:-hide checkbox column.
great session.
Thanks Jitender Zaa.
Thanks for you feedback. Spl thanks to Jitender Zaa
Welcome !!!
Thanks for the amazing content, learned a lot!
Glad you enjoyed it!
Good session Jiten, I really liked it, good starting point for the beginners
Glad you liked. Here is more session on LWC www.apexhours.com/lightning-web-components/
If you don't want to use Scratch org. Check this recording "Lightning Web Component with non-scratch org"
ruclips.net/video/V_riFQU5iNA/видео.html
great tutorial..but @29:18 instead of using shadow DOM to have custom styling.. can we use class attribute for and apply styling using that class like p.sample{color:red}
so it applies color only to that p
you can use this.template.querySelector('.sample') and apply your style
LWC Best Practices ruclips.net/video/WjSlkU6Z6bs/видео.html
great session ,i really liked this session.
Thanks
is there any pre-requisites before jumping into this lightning web components????
If you are good in Java Script then it good to go
@@apexhours what all html concepts should we learn before going for LWC please explain in detail...
How to customize lightning components like lightning-button, lightning-input....and how to replace CSS with sass ????
Check this ruclips.net/video/oDj8R8QZdrg/видео.html
Great Session Jitender Zaa,
As you mentioned LWC can't be parent to Aura,
but can it be a parent another lwc?
Thanks for your feedback. Yes LWC can be parent of another LWC. amitsalesforce.blogspot.com/2018/12/Invoke-Apex-Controller-from-Lightning-Web-Component.html
what is the need of lightening components and lightening web components?
we covered that topic in the end of the session
Great session sir.....
Thanks for your feedback
Great Session but at 20:00 , I am not able to place the code in different lines as shown in video.
this.innerHTML ='
${this.name}
${this.detail}
';
Getting the error as :
Unterminated string literal.
';' expected.
Declaration or statement expected.
In that code we did not added line break we only align the code.
Try to put the code in same line
@Yogesh Biyani Use this this.innerHTML = ''+this.name+'' +
''+this.actor+'';
The code snippet being shown at 20.00 does not work for me. I get an error "JSX expressions must have one parent element.js"
Post your code.
*Can we use Code Buider for LWC?*
Yes you can
i want todisplay list of parent when i click any one of the record it shows related contact how to do in lwc
We will share the blog post soon on ApexHours.com
30:00 how can I create LWCAPEXHOUR12JAN?
at 33:25 you have mentioned to create lightning app but i cant find sfdx: create lightning app also i have already install the lightning web component please help
Continue with Create aura app
can anybody tell me that i need to learn JavaScript before I start LWC?
I don't have scratch org, how can I create it?