https://github.com/lxsmnsyc/solid-use
A collection of SolidJS utilities
https://github.com/lxsmnsyc/solid-use
reactivity solid-js
Last synced: about 1 month 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: 2025-03-14T06:49:48.000Z (2 months ago)
- Last Synced: 2025-04-11T23:15:24.301Z (about 1 month ago)
- Topics: reactivity, solid-js
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 185
- Watchers: 2
- 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
# 
> A collection of SolidJS utilities
[](https://www.npmjs.com/package/solid-use) [](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

## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)