function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Aman wadhwa 18Aman wadhwa 18 

Want to learn Lightning Component

Hello everyone,
I am very new to the Lightning side of salesforce I have been working with classic mostly but now I also want to switch to Lightning and i want to learn how  to develop lightning components (Aura) and lean about it can you please suggest the best resources from where i can learn it.
Thanks in advance.
Best Answer chosen by Aman wadhwa 18
Maharajan CMaharajan C
Hi Aman,

You can follow any one of the below youtube videos for Lightning Aura Framework. It's very good from basics. You have to spend some time in daily basis then you can easily start the coding in lightning. 

https://www.youtube.com/watch?v=CiqCfsTrlLA&list=PLV3ll8m0ZlppQBGJUItatmL8HU2UtmByd  (Channel Name: SFDC Panther)

https://www.youtube.com/watch?v=FrnmcH0Lrkw  (Channel Name: SFDC Facts)

And once you done the above videos or parrallely complete the below trailhead superbadge
https://trailhead.salesforce.com/en/content/learn/superbadges/superbadge_lcf.

Keep the below developer guides while coding:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_framework.htm
https://developer.salesforce.com/docs/component-library/bundle/aura:component/documentation
https://www.lightningdesignsystem.com/guidelines/overview/

Thanks,
Maharajan.C

All Answers

VinayVinay (Salesforce Developers) 
Hi Aman,

Trailhead is the best place to learn lightning.  Try to check batches and super batches related to lightning and you can get hands-on experience.

https://trailhead.salesforce.com/

Also, you can find lot of examples available only just try to implement them in your dev org.

Hope this helps...

Thanks,
Maharajan CMaharajan C
Hi Aman,

You can follow any one of the below youtube videos for Lightning Aura Framework. It's very good from basics. You have to spend some time in daily basis then you can easily start the coding in lightning. 

https://www.youtube.com/watch?v=CiqCfsTrlLA&list=PLV3ll8m0ZlppQBGJUItatmL8HU2UtmByd  (Channel Name: SFDC Panther)

https://www.youtube.com/watch?v=FrnmcH0Lrkw  (Channel Name: SFDC Facts)

And once you done the above videos or parrallely complete the below trailhead superbadge
https://trailhead.salesforce.com/en/content/learn/superbadges/superbadge_lcf.

Keep the below developer guides while coding:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_framework.htm
https://developer.salesforce.com/docs/component-library/bundle/aura:component/documentation
https://www.lightningdesignsystem.com/guidelines/overview/

Thanks,
Maharajan.C
This was selected as the best answer