react-use

v13.15.0
Collection of React Hooks

lint

tslint '{src,tests}/**/*.{ts,tsx}' -t verbose

test

jest --maxWorkers 2

build

yarn build:cjs && yarn build:es

clean

rimraf lib storybook-static esm

start

yarn storybook

release

semantic-release

build:es

tsc -m esNext --outDir esm

lint:fix

yarn lint --fix

build:cjs

tsc

storybook

start-storybook -p 6008

lint:types

tsc --noEmit

test:watch

jest --watch

test:coverage

jest --coverage

storybook:build

build-storybook

storybook:clean

rimraf storybook-static

storybook:upload

gh-pages -d storybook-static --git "$(which git)"

Metadata

Downloads

Maintainers