ultimate-form
v0.2.0
Published
Node based form state management
Downloads
2
Maintainers
Readme
Ultimate form
Ultimate form state management library.
Features
- Typed API
- Integration with UI libraries
- Support for validation libraries (Zod)
- Small bundle size and zero dependencies
Usage
The ultimate-form
API is based around the composition of a hierarchy of fields acting as nodes in a tree structure.
Development
Clone the repo and run pnpm install
.
Testing
To run the tests, use the package script test
or test:cov
for code coverage.
Building
To build the js files, run build:js
and build:type
for typescript declaration files.
For a full build (.d.ts
, .js
), run the build
script.