Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)