/react-with-rxjs

React hooks for creating and observing RXJS observables

Primary LanguageTypeScriptMIT LicenseMIT

npm GitHub Workflow Status npm bundle size GitHub

React with RxJS

A set of hooks for creating and consuming RxJS observables.

Installation

Run either of the following commands depending on your package manager. Both RxJS and React are required as peer dependencies.

NPM -

npm install react-with-rxjs

Yarn -

yarn add react-with-rxjs

Usage

Full documentation can be found here