https://github.com/lwc-essentials/wire-adapters
Wire adapters for LWC
https://github.com/lwc-essentials/wire-adapters
Last synced: 11 months ago
JSON representation
Wire adapters for LWC
- Host: GitHub
- URL: https://github.com/lwc-essentials/wire-adapters
- Owner: LWC-Essentials
- License: bsd-3-clause
- Created: 2020-02-01T20:36:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T08:29:13.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:47:29.521Z (about 1 year ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# wire-adapters
wire-adapters is a collection of LWC utilities using wire adapters.
**Note #1:** *The LWC wire adapter API is subject to change (see: https://github.com/salesforce/lwc-rfcs/blob/master/text/0103-wire-adapters.md). The library currently uses the LWC wire adapter API 1.1.x.*
**Note #2:** *This library is under development and can change any time until it reaches version 1.0. Contributions as ideas or code are obviously welcome!*
The project is a mono-repo where each feature is defined in its own package. The packages are published on NPM within the `@lwce` org. A sample application is also provided to show the features in action.
The currently available packages are the following:
- [store](packages/store/README.md)
A mutable client side state container. It allows decoupled components to share data.
- [fetch](packages/fetch/README.md)
A `FetchClient` object, along with a `useFetch` wire adapter. It easily connects components to REST apis.
Here is a video of the demo application:
[](http://www.youtube.com/watch?v=j2lWsQ8AfgY "LWC Essentials")