1. React
  2. ReactiveConf
  3. 2015
  4. Form Validation made simple with React

Form Validation made simple with React

Marcelka Hrda at ReactiveConf 2015

Creating validated forms is usually a troublesome experience. Most libraries used for building forms are complex and difficult to customize. As React plays nicely with functional approach, it can be easily used to create library for creating forms that is: a) simple and easy to understand b) customizable and extensible c) providing top user experience. I will present such library for building validated forms.