Validating React forms with Cornice/Colander/Pyramid

357 Views Asked by At

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.

1

There are 1 best solutions below

1
Natim On BEST ANSWER

There is a project called Kinto that is doing all of that.

Do not hesitate to join #kinto on freenode