duxform

Low complexity React / Redux form handling

Usage no npm install needed!

<script type="module">
  import duxform from 'https://cdn.skypack.dev/duxform';
</script>

README

DuxForm

Low-complexity Form handling and processing for React / Redux applications. I originally developed this for a few web sites. I played with a few other React form frameworks but none met my needs. They either did not offer different data types or did not offer built-in Redux integration. Some required heavy customization to meet my needs or were overly complex.

Notable Features

  • Built-in Redux integration
  • Native data types such as date and numbers
  • Field-level and form-level validation with support for custom validation at both levels
  • Custom value formatting, parsing, and normalization
  • Support for checkboxes, radio buttons, <textarea>, and <select> tags
  • Dropdown autocomplete lists

Getting Started

npm install duxform

Visit the website at http://www.duxform.com including full documentation and examples.

GitHub

The GitHub repository is at https://github.com/kenschenke/duxform