Handle form data with a functional style.

Write little functions to validate individual fields, then snap them together.

TODO:

Documentation

  • Intro in README
  • Examples in comments
  • Example—how to handle when one field is dependent on the results of another

Implementation