1.1.16 • Published 5 years ago

rnjs-hooks v1.1.16

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Summary

React hooks for rnjs

Usage

  • installation
npm install --save rnjs-hooks

methods

  • useRN
  • useRNEffect
  • useRNValue
  • useStateAsStream
  • useEventAsStream
  • usePropAsStream
  • useEffectFromProps
  • useStateWithResetter
  • useStateAsStreamWithResetter

How to Use WIP