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

https://github.com/mat-sz/use-typesocket

🌐 TypeSocket React hook.
https://github.com/mat-sz/use-typesocket

javascript javascript-library react react-hooks reactjs typescript typescript-library websocket websockets

Last synced: about 2 months ago
JSON representation

🌐 TypeSocket React hook.

Awesome Lists containing this project

README

          

use-typesocket


React hook for WebSockets. (based on TypeSocket)


workflow

npm
npm
NPM

## Installation

use-typesocket is available on [npm](https://www.npmjs.com/package/use-typesocket), you can install it with either npm or yarn:

```sh
npm install use-typesocket
# or:
yarn install use-typesocket
```