<aside> 🔥 Bear in mind that to access these recipes, you need to access a contact record.

</aside>

Introduction

The main concept of this recipe is to demo how to use the base components and the @wireadapters to read and write, without requiring any Apex code.

Recipes in this tab

The following recipes can be found on the Contacts tab:

LWC recordViewFormStaticContact and recordViewFormDynamicContact

LWC recordFormStaticContact and recordFormDynamicContact

LWC recordEditFormStaticContact and recordEditFormDynamicContact

LWC wireGetRecordStaticContact

Untitled

Before you jump in

You must follow the official documentation links provided for every recipe because there are many options that are not shown in the code that you need to be aware of. I recommend being comfortable with the LWCs in this tab before going for the Data Service tab (a different order, I know).

This is because here, you will learn the standard -no apex code way-of retrieving, creating and updating data.

Review the first 2 sections on this page Introduction: What is LDS in a nutshell, you need to understand:

Feedback?

Did you find an issue/mistake? You don’t like something? Do you have external content that I should link to improve the learning process? Did you find it helpful? Any of those are super valuable to me. So, please write me at [email protected], and promise to answer.

<aside> ↗️ Jump to the main page: The LWC Recipes Cookbook

</aside>