Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxsmnsyc/rescript-react-hooks
A collection of React hooks for ReScript
https://github.com/lxsmnsyc/rescript-react-hooks
react react-hooks rescript rescript-react
Last synced: about 1 month ago
JSON representation
A collection of React hooks for ReScript
- Host: GitHub
- URL: https://github.com/lxsmnsyc/rescript-react-hooks
- Owner: lxsmnsyc
- Created: 2021-05-05T04:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T07:15:52.000Z (over 3 years ago)
- Last Synced: 2024-10-20T01:11:43.347Z (3 months ago)
- Topics: react, react-hooks, rescript, rescript-react
- Language: ReScript
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rescript-react-hooks
> A collection of ReScript React hooks
[![NPM](https://img.shields.io/npm/v/rescript-react-hooks.svg)](https://www.npmjs.com/package/rescript-react-hooks)
## Install
```bash
npm install --save rescript-react-hooks
``````bash
yarn add rescript-react-hooks
```### `bsconfig.json`
```json
"bs-dependencies": [
"rescript-react-hooks"
]
```## Features
### `Constant`
### `LazyRef`
### `Subscription`
## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)