# Installation

observable-hooks is meant to work with rxjs and react. Install them all if not installed.

yarn

yarn add observable-hooks rxjs react

npm

npm install --save observable-hooks rxjs react

# Usage

All available API can be imported from the entry.

import { ... } from 'observable-hooks'