newforms

An isomorphic form-handling library for React.

(Formerly a direct port of the Django framework's django.forms library)

Other React Form Libraries

react-formal - uses a schema and leverages React's context feature to make it really simple to render fields and error messages

redux-form - manages form state for you, leaving you do the rendering exactly as you wish

Live Demo

http://newforms.readthedocs.io/en/latest/quickstart.html#live-demo

GitHub