Skip to content

Reusable LWCs to 10x your solution building speed. Design interactive, data-dense UIs with LWC + Screen Flows.

License

Notifications You must be signed in to change notification settings

Mehdi-Noroozi/lwc-utils

 
 

Repository files navigation

LWC Utils

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.

Introduction

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.

Salesforce has invested heavily into LWC, Flow and Screen Flow and has given Architect Guidance around how to build scalable and flexible solutions now and into the future.

This repo builds on that guidance and pushes data-dense UI design to the next level with highly reusable, highly configurable components. These components have saved me thousands of developer hours and allowed me to pivot on a dime to meet the changing speed of business.

I hope they will help you do the same.

Getting Started

  1. Take a look at the component overview.

  2. Install core.

  3. For first time users, install recipes in a sandbox.

  4. Read the Configuration.

  5. Skim the FAQ.

About

Reusable LWCs to 10x your solution building speed. Design interactive, data-dense UIs with LWC + Screen Flows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.1%
  • HTML 20.8%
  • Apex 18.0%
  • CSS 0.1%