with-form

v0.2.0
A [higher-order-component](https://facebook.github.io/react/docs/higher-order-components.html) which removes boilerplate when working with forms in [React](https://facebook.github.io/react/).

build

cross-env NODE_ENV=producttion rm -rf dist && tsc

build:dev

tsc --pretty --watch

start

concurrently -n "make,test" "yarn build:dev" "yarn test:dev"

test

jest --coverage

test:dev

jest --watch

prepublish

rm -rf dist && yarn test && yarn build

Metadata

  • MIT
  • Whatever
  • Dean Merchant
  • released 11/5/2017

Downloads

Maintainers