Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

zewish/formred

Repository files navigation

DEPRECATED

This package is no longer maintained. In case anyone is actively using this library in a project and interested in supporting it, feel free to contact me.

FormRed

The ergonomic React/Redux form library

Installation

$ npm install --save formred

FormRed has been tested with React 15.5+ and React-Redux 5.0+.

It may or may not work on older versions of React and/or React-Redux, but compatibility can't be guaranteed.

The following builds are available:

  • ./lib/ -> a commonjs build;
  • ./es/ -> an ES modules build. Useful if you want to do tree-shaking in your build;
  • ./dist/ -> an UMD build which exports FormRed global. Can be used for demo purposes with the UMD builds of React, Redux and React-Redux.

Documentation