Work with Salesforce Data
Salesforce provides several ways for Lightning web components to work with data. Always start with the simplest solution and move to a solution that allows for more customization as needed.
To work with Salesforce data, LWC provides these features.
- Base Lightning components
- Lightning Data Service wire adapters and functions
- GraphQL wire adapter
- Apex
- RefreshView API
For more information, review the data guidelines.