使用 Cornice/Colander/Pyramid 验证 React 表单
Validating React forms with Cornice/Colander/Pyramid
我们将 Cornice 用于服务器端 REST API。前端正在使用 React。我们希望将 post 的前端表单发送给 Cornice,并提供正确的验证结果。
表单提交/错误结果格式有没有标准做法
在 React 中是否有渲染表单的标准实践,以便 Cornice 验证结果可以正确地落在字段上(就像 Deform 等人在服务器端所做的那样。)
欢迎指点。
有一个名为 Kinto 的项目正在做这一切。
- 他们有一个 JSON 错误的标准:http://kinto.readthedocs.io/en/stable/api/1.x/cliquet/errors.html?highlight=errors
- 他们有一种根据 JSON 模式验证数据的方法:http://kinto.readthedocs.io/en/stable/api/1.x/collections.html?highlight=schema#collection-json-schema
不要犹豫加入#kinto on freenode
我们将 Cornice 用于服务器端 REST API。前端正在使用 React。我们希望将 post 的前端表单发送给 Cornice,并提供正确的验证结果。
表单提交/错误结果格式有没有标准做法
在 React 中是否有渲染表单的标准实践,以便 Cornice 验证结果可以正确地落在字段上(就像 Deform 等人在服务器端所做的那样。)
欢迎指点。
有一个名为 Kinto 的项目正在做这一切。
- 他们有一个 JSON 错误的标准:http://kinto.readthedocs.io/en/stable/api/1.x/cliquet/errors.html?highlight=errors
- 他们有一种根据 JSON 模式验证数据的方法:http://kinto.readthedocs.io/en/stable/api/1.x/collections.html?highlight=schema#collection-json-schema
不要犹豫加入#kinto on freenode