@jasonblanchard/bs-react-final-form-hooks
v0.0.2
Published
[BuckleScript](https://bucklescript.github.io/) bindings for [react-final-form-hooks](https://github.com/final-form/react-final-form-hooks#validate--valueany--any).
Downloads
2
Readme
bsb-react-final-form-hooks
BuckleScript bindings for react-final-form-hooks.
Installation
TODO
Usage
TODO. See examples
folder for now.
Status
Under active development. Beware of breaking changes!
Examples
npm install
npm start
# in another tab
npm run server
After you see the webpack compilation succeed (the npm run webpack
step), view in the browser at http://localhost:8000. To use a port other than 8000 set the PORT
environment variable (PORT=8080 npm run server
).