I've used http://redux-form.com and although it starts of nice and easy, it's
not ideal for more custom forms.
4 replies
Like onblur save, then reuse the form. It abstracts aways too much for that, in
a non react way.
Especially that the form state when submitting is handled through a Promise is
so non-react.
Combining that with a middleware makes the code handling it totally bonkers:
I'm now looking to replace it with
http://davidkpiano.github.io/react-redux-form/, which is just (local) state
and reducers.