@reonomy/reactive-hooks
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255876
132