Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxsmnsyc/solid-use
A collection of SolidJS utilities
https://github.com/lxsmnsyc/solid-use
reactivity solid-js
Last synced: 7 days ago
JSON representation
A collection of SolidJS utilities
- Host: GitHub
- URL: https://github.com/lxsmnsyc/solid-use
- Owner: lxsmnsyc
- License: mit
- Created: 2021-08-16T05:04:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T17:03:46.000Z (3 months ago)
- Last Synced: 2024-11-30T08:04:48.709Z (14 days ago)
- Topics: reactivity, solid-js
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 185
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-solid-js - Solid Use - A collection of SolidJS utilities (📦 Components & Libraries / Helpers)
README
# ![solid-use](https://github.com/LXSMNSYC/solid-use/raw/main/images/banner.png)
> A collection of SolidJS utilities
[![NPM](https://img.shields.io/npm/v/solid-use.svg)](https://www.npmjs.com/package/solid-use) [![JavaScript Style Guide](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)
## Install
```bash
npm install --save solid-js solid-use
``````bash
yarn add solid-js solid-use
``````bash
pnpm add solid-js solid-use
```## Docs
- [`solid-use/atom`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/atom.md)
- [`solid-use/string`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/string.md)
- [`solid-use/props`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/props.md)
- [`solid-use/provider`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/provider.md)
- [`solid-use/fetch`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/fetch.md)
- [`solid-use/media-query`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/media-query.md)
- [`solid-use/online-status`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/online-status.md)
- [`solid-use/page-visibility`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/page-visibility.md)
- [`solid-use/server-value`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/server-value.md)
- [`solid-use/client-only`](https://github.com/lxsmnsyc/solid-use/tree/main/docs/client-only.md)## Sponsors
![Sponsors](https://github.com/lxsmnsyc/sponsors/blob/main/sponsors.svg?raw=true)
## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)