0.0.2 • Published 5 years ago

@jasonblanchard/bs-react-final-form-hooks v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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).