Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reonomy/reactive-hooks

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reonomy/reactive-hooks - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@reonomy/reactive-hooks",
"version": "1.0.0",
"version": "1.0.1",
"description": "RxJS React Hooks Library",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -0,3 +1,8 @@

# <img src="https://github.com/reonomy/reactive-hooks/raw/master/assets/logo.png" height="200px"/>
# Reactive Hooks Library For React
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/reonomy/reactive-hooks/blob/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/@reonomy/reactive-hooks.svg?style=flat-square)](https://www.npmjs.com/package/@reonomy/reactive-hooks)
```bash

@@ -8,4 +13,10 @@ $ yarn add @reonomy/reactive-hooks

# API Reference
## References
1. [The Road to React: Building the Reactive Hooks Library](https://www.reonomy.com/blog/post/reactive-hooks)
2. [Hitchhiker’s guide to Reactive Hooks](https://itnext.io/hitchhikers-guide-to-reactive-hooks-92c1a708ccfe)
# API
## useRxState

@@ -122,2 +133,1 @@ Returns a current value and a function to update it.

MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc