All Projects → tsalb → Lwc Utils

tsalb / Lwc Utils

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lwc Utils

Apextestkit
A way to simplify your Salesforce data creation.
Stars: ✭ 80 (-49.69%)
Mutual labels:  salesforce
Testdatafactory
The ultimate Apex Test Data Factory 🏭
Stars: ✭ 108 (-32.08%)
Mutual labels:  salesforce
Bad Ass Salesforce Stack
B.A.S.S. Starter: react / redux / typescript / antd / ts-force / sfdx / webpack / salesforce
Stars: ✭ 126 (-20.75%)
Mutual labels:  salesforce
Awesome Low Code
Awesome Low-Code Application Platforms | 全球低代码平台开发资源大全
Stars: ✭ 90 (-43.4%)
Mutual labels:  salesforce
Easy Spaces Lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Event management use case. Get inspired and learn best practices.
Stars: ✭ 104 (-34.59%)
Mutual labels:  salesforce
Workflow
审批王,华炎魔方内置BPM工作流引擎,低代码快速开发平台。
Stars: ✭ 111 (-30.19%)
Mutual labels:  salesforce
Zksforce
Cocoa library for calling the Salesforce.com Web Services API
Stars: ✭ 77 (-51.57%)
Mutual labels:  salesforce
Prettier Plugin Apex
Code formatter for the Apex Programming Language
Stars: ✭ 138 (-13.21%)
Mutual labels:  salesforce
Force Dev Tool
[DEPRECATED] Command line tool supporting the Force.com development lifecycle
Stars: ✭ 106 (-33.33%)
Mutual labels:  salesforce
Timeline Lwc
An interactive timeline for the Salesforce platform.
Stars: ✭ 116 (-27.04%)
Mutual labels:  salesforce
Lightningexamples
Examples of Salesforce Lightning Components
Stars: ✭ 90 (-43.4%)
Mutual labels:  salesforce
Vim Force.com
Vim plugin for force.com
Stars: ✭ 98 (-38.36%)
Mutual labels:  salesforce
Go Force
Go (golang) library for calling Salesforce.com (force.com) web api's
Stars: ✭ 111 (-30.19%)
Mutual labels:  salesforce
Policy sentry
IAM Least Privilege Policy Generator
Stars: ✭ 1,284 (+707.55%)
Mutual labels:  salesforce
Visualforce Table Grid
Flexible and highly customizable Visualforce table grid component. Salesforce.com Classic Look and Feel.
Stars: ✭ 126 (-20.75%)
Mutual labels:  salesforce
Query.apex
A dynamic SOQL and SOSL query builder on Salesforce.com platform
Stars: ✭ 78 (-50.94%)
Mutual labels:  salesforce
Sfdc Lax
The service Lightning Component to write a clear asynchronous JavaScript code
Stars: ✭ 109 (-31.45%)
Mutual labels:  salesforce
Create Lwc App
Quickstart command line interface for scaffolding your Lightning Web Components projects
Stars: ✭ 144 (-9.43%)
Mutual labels:  salesforce
Dreamhouse Lwc
Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
Stars: ✭ 136 (-14.47%)
Mutual labels:  salesforce
Swiftlysalesforce
The swiftest way to build iOS apps that connect to Salesforce
Stars: ✭ 115 (-27.67%)
Mutual labels:  salesforce

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.

Motivation

The components found in this repo aim to solve these high level problems:

  • Complex component communication can be difficult to design with consistency.
  • Datatables are useful but high effort to use.
  • Modals / Dialogs are useful but high effort to use.

More detailed info can be found in the wiki.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].