react-schema-form

  1. Design with no theme, Has Core Package and Bootstrap package ↑↑
  2. The size of the file after compile is small ↑
  3. Not a stable package ↓
  4. Easy to implement ↑
  5. If field is empty, props in form-data is deleted. ↑
  6. When field is hide, props in form-data is visible. ↓
  7. Custom template is easy ↑↑
  8. Some default template break the style of custom template ↓

React-jsons-form

  1. Design with material-ui ↓
  2. The size of the file after compile is large↓
  3. Stable package ↑
  4. Easy to implement ↑
  5. If field is empty, props in form-data is an empty string ↓
  6. When field is hide, props in form-data is visible ↓
  7. Custom Template is easy ↑
  8. but hard to overwrite default template ↓

标签: react, javascript, 前端, json-schema

评论已关闭