Skip to content

Latest commit

 

History

History

with-form

with-form

Npm CircleCI Greenkeeper badge

A higher-order-component which removes boilerplate when working with forms in React.

Installation

yarn add with-form

or via npm

npm install --save with-form

Usage

See the documentation site for documentation and live examples

Goals

  • Reduced boilerplate
  • Simple two way binding for form controls
  • Type-safe
  • Declarative