Tips for Passing the Lightning Web Components Specialist Superbadge – Challenge 3
This post describes about the Lightning Web Components Specialist Superbadge Challenge 3 Guide (Tips and Guidelines).
Lightning Web Components Specialist Superbadge Challenge 3: Get BoatDataService class ready for action
To Pass the Lightning Web Components Specialist Superbadge Challenge 3, require the Knowledge about Apex Class.
- Retrieve BoatDataService Apex Class & Modification
- Retrieve Apex Class Using Org Browser or SFDX:CLI Commands using Visual Studio Code or 3rd party editors
- To adding the client-side caching in the BoatDataService Apex Class
@AuraEnabled(cacheable=true) or @AuraEnabled
Refer the Video Lightning Web Components Specialist Superbadge Guide/Tips – Challenge 1 & Challenge 3, to possible way to retrieve the unlocked package component from trailhead playground to visual studio code.
Use to the following SFDX … Read more