observable-hooks

v4.2.2
React hooks for RxJS Observables. Simple, flexible, testable and performant.
react hooks observable rxjs async

test

jest --coverage

build

shx rm -rf dist && yarn build:esm && yarn build:esm2015 && yarn build:cjs

build:cjs

shx rm -rf dist/cjs && cross-env NODE_ENV=production tsc -p tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs

build:esm

shx rm -rf dist/esm && cross-env NODE_ENV=production tsc -p tsconfig.build.json --module es2015 --target es5 --outDir dist/esm

build:esm2015

shx rm -rf dist/esm2015 && cross-env NODE_ENV=production tsc -p tsconfig.build.json --module es2015 --target es2015 --outDir dist/esm2015

Metadata

  • MIT
  • Whatever
  • CRIMX
  • released 5/28/2023

Downloads

Maintainers