Stateless form
Because my project useless redux, I've using a stateless fork of react-json-editor, here. Validation is done in the reducer (and later I will put normalisation there too).
If you are interested in PR I will write some tests for it, but if so, do you think it would make more sense to just create a new form component (formStateless or something) rather than the ugly branching?
This sounds interesting to me. But I won't accept a PR of it right now. I have a lot of things to introduce in react-json-editor. And having 2 different ways of using it (stateful/stateless) would make it even harder to make sure everything is working.
Thanks!
Also looks interesting... any update?