-
Notifications
You must be signed in to change notification settings - Fork 93
Home
James Hou edited this page Jan 31, 2021
·
5 revisions
Reusable LWCs to 10x your solution building speed.
-
messageService
: Lightning Message Service (LMS) simplified component messaging. -
SOQL Datatable
: Leverage SOQL to power your list views, related lists, and even Screen Flows. -
Collection Datatable
: Manage Record Collections variables in Screen Flows. - Design patterns leveraging both Aura and LWC to dynamically create dialogs (modals) for better UX.
- Launch Screen Flows dynamically inside a dialog (modal) from anywhere.
This repo showcases the best defaults for creating rich, interactive, data-dense UIs using the following centerpieces:
-
lightning-datatable
from LWC. -
lightning:overlayLibrary
from Aura. -
lightning:flow
from Aura. -
messageService
which abstracts Lightning Message Service to stitch it all-together.