Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added lwc-signals #50

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ Join the [SFXD Discord Community](https://discordapp.com/invite/JG4Bc4q)!
- [Image Censor Component](https://github.com/arufian/Image-Censor-Lightning-Web-Component) (Alfian Busyro, [@arufian](https://github.com/arufian))
A photo editor to censor or block sensitive data

- [LWC Signals](https://github.com/leandrobrunner/lwc-signals)

A lightweight reactive state management library for Salesforce Lightning Web Components.

---

## Locker Safe JS Resources
Expand All @@ -184,6 +188,8 @@ As the Locker Service adjusts, I'll revisit this section to add resources that m

- [Signature Pad](https://github.com/szimek/signature_pad) HTML5 Canvas for accepting signatures.

- [LWC Signals](https://github.com/leandrobrunner/lwc-signals) A lightweight reactive state management library for Salesforce Lightning Web Components.

---

## Official Examples
Expand Down
7 changes: 7 additions & 0 deletions src/modules/data/componentListData/componentListData.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,12 @@ export const componentListData = [
description:'Full Calender implementation for custom event objects',
repoOwnerName: 'effordDev',
repoOwnerLink: 'https://github.com/effordDev'
},
{
title: 'LWC Signals',
repo: 'https://github.com/leandrobrunner/lwc-signals',
description: 'A lightweight reactive state management library for Salesforce Lightning Web Components.',
repoOwnerName: 'Leandro Brunner',
repoOwnerLink: 'https://github.com/leandrobrunner'
}
];
9 changes: 9 additions & 0 deletions src/modules/my/lockersafejs/lockersafejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@
HTML5 Canvas for accepting signatures.
</div>
</li>
<li>
<div class="slds-text-body_regular">
<a href="https://github.com/leandrobrunner/lwc-signals"
>LWC Signals</a
>
A lightweight reactive state management library for Salesforce Lightning Web Components.
</div>
</li>

</ul>
</div>
</template>