🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-rx

Package Overview
Dependencies
Maintainers
83
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rx

React + RxJS = <3

4.1.28
latest
Source
npm
Version published
Weekly downloads
173K
-0.29%
Maintainers
83
Weekly downloads
 
Created
Source

CI & Release npm version

react-rx-some-smaller

Hooks and utilities for combining React with RxJS Observables

Features:

  • Works well with Observables emitting values synchronously. You don't pay the re-render-on-mount tax.
  • Lightweight. Implemented on top of a small React Hook based core.
  • Full TypeScript support.

This package offers two slightly different utilities for working with RxJS and React:

  • A set of utilities for creating Reactive components
  • A set of React hooks for using with observables with React

Although they share a lot of similarities, and reactiveComponent is built on top of useObservable are not intended to be used together inside the same component as they represent two different programming styles.

Contributing and publishing new versions to npm

Run the "CI & Release" workflow. Make the default branch, current, should be preselected. Check "Release new version" and press "Run workflow'.

Semantic release will only release on configured branches, so it is safe to run release on any branch.

Keywords

action

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts