1.3.2 • Published 2 years ago
@repay/cactus-form v1.3.2
@repay/cactus-form
A React library to wrap react-final-form. It has one component similar to the Field component from react-final-form but geared more toward our use cases, and several others with functionality not included in that package.
Documentation
Documentation is available in the root of the repository.
In particular, there's an optional set up step involving patch-package, which the docs cover in depth.
Contributing
Use the example applications for implementation testing and UAT.
Commands
All of these commands can be run from the root of the repository using the
formshortcut. (e.g.yarn form test)
Testing
yarn test
Testing in watch mode
yarn tdd
Build
yarn build
Building in watch mode
yarn dev