Salesforce Lightning Web Components - Part 2

1st CRUD Example

In the first part of our blog we built a simple but important “HelloWorld” app using LWCs. Next we will build a basic CRUD example. When learning new technologies, we typically customize our CRUD applications to satisfy the use cases for potential new clients.

Forgive me if you already know this, but CRUD stands for Create, Read, Update, and Delete. After we have built a CRUD application using a new programming language and/or a new platform, we’ll have learned a fairly good amount about how that software / platform really works.

Using LDS Base Components