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.
我有一个带有两个选项卡的引导选项卡。两个选项卡都包含表单。我在页面顶部有一个保存按钮。
我想在单击保存按钮时使用 axios 和 redux-thunk 将两个表单提交到后端。
关于提高性能的最佳实践的任何建议?
Formik 的github repo有很多有用的示例。
根据您所描述的内容,这个MultistepWizard 示例可能会有所帮助。
您几乎可以保持Wizard原样并将App组件更改为您的组件。
Wizard
App