Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)