LWC Introduction and Setup
- Introduction to LWC and why we need to switch to LWC.
- VS Code IDE setup for Lightning Web Components
- Setup LWC Sample project and Create first LWC component
- Most commonly use Salesforce CLI Commands in VS code
LWC Fundamentals
- LWC Component bundle structure
- Create first LWC Hollo world component
- Add Lightning Web Component as a TAB
- Variable declaration and usage in lwc
- Create toast messages in lightning web components
Working with Salesforce Data in LWC
Using Lightning LDS
- Create an account using Lightning Data Service(LDS)
- Create RecordViewForm using LDS in LWC
Using Lightning uiRecordApi
Using Lightning uiObjectInfoApi
Using Lightning uiListApi
Get Current User details
Calling Apex Wire /Imperative
Event handling in Lightning Web components
- Incorporate Lightning web components
- Trigger an event from LWC and Capture that in Aura
ES6 for Apex Developers
How to do in LWC
- How to use svg images in LWC
- Change Component default icon to custom SVG Icon
- Static resource svg file in LWC
- On load call js function/ apex method in Lightning Web components
LWC Testing with Jest
- Setup JEST testing framework for your LWC
- Write JEST test class for Hello world component
- JEST test class for Navigatemixin
- LWC JEST for Toast message
- Click on lightning-tile items in lwc Jest test class
- Woking with Timers(Sleep or wait in js) in JEST for LWC
- Calling apex methods in JEST test class
- JEST to select options in lightning-radio-group
No comments:
Post a Comment