mikhael28/paretOS

`SprintCreation.tsx` react-bootstrap -> react-hook-form migration

开放

#293 创建于 2022年8月20日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (45 个派生)auto 404
Reactformsgood first issue

仓库指标

星标
 (35 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

There are several areas of the repo that are still using the Bootstrap form components FormGroup, FormControl, ControlLabel, and HelpBlock. These should be migrated to Material UI (FormControl, FormControlLabel, and FormHelperText). In addition, we want to have those components refactored to Hook's from classes (if they aren't already), and to use the react-hook-form npm library to improve the performance of our forms. Review this old Issue for more details. You can refer to Login.js to see what successful implementation looks like.

If you'd like to help, please respond to this issue!

A comprehensive refresher on Material UI forms: https://smartdevpreneur.com/every-material-ui-form-component-explained-mui-v5/

Official docs: FormControl FormControlLabel FormHelperText

贡献者指南