Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么时候选择在 ReactJS 中使用表单钩子、最终表单、formik 与使用像 SurveyJS 之类的东西来构建自己的表单?做自己的表格有点过时了吗?
SurveyJS 是一个库,它提供了许多高级功能,否则这些功能需要大量的开发工作才能重现:
所有这些都可以通过几行简单的 JSON 来激活。
如果您不需要这些功能中的任何一个,而是希望构建一个带有基本验证的更简单的静态表单,那么 SurveyJS 可能会满足您的需求。