with-url-state

v1.0.0
Lifts state out of a react component and into the url

build

rm -rf dist && tsc

build:dev

tsc --noEmit --pretty --watch

dev

concurrently -n "make,test" "npm run build:dev" "npm run test:dev"

test

jest --coverage

test:dev

jest --watch

prepublish

npm run test && npm run build

Metadata

  • MIT
  • Whatever
  • Dean Merchant
  • released 10/19/2017

Downloads

Maintainers