You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: