We are using Cornice for server-side REST API. Frontend is using React. We'd like to have frontend forms to post to Cornice and give proper validation results.
Are there any standard practices of form submission / error result format
Are there any standard practices for rendering forms in React so that Cornice validation results would be correctly dropped over the fields (like what Deform et. al. do on the server side.)
Any pointers welcome.
There is a project called Kinto that is doing all of that.
Do not hesitate to join #kinto on freenode