pure-forms

Pure functional form state management

Usage no npm install needed!

<script type="module">
  import pureForms from 'https://cdn.skypack.dev/pure-forms';
</script>

README

pure-forms

npm version Build Status codecov Docs license

pure-forms brings the strengths of function programming to the world of web forms. pure-forms provides powerful mechanisms to update, validate and generally manage large complex forms. It contains APIs for synchronous and asynchronous validation, creating dynamic forms, and much more.

To get to know more you can either read the official documentation or visit the example application.

Installation

npm install pure-forms --save

Contributing

Please see the documentation.

License

Everything in this repository is licensed under the MIT License unless otherwise specified.

Copyright (c) 2017-2019 Jonathan Ziller