初心者のプログラミング日記

プログラミング初心者の日記

プログラミングに関することを書いていきます。

2020-08-01から1ヶ月間の記事一覧

React Hook Formで新規登録フォームを作る

公式サイト https://react-hook-form.com/jp/完成したフォーム コピペOKです。 今回はrect-hooks-formとmaterial-ulを使っています インストールコマンド npm install react-hook-form npm install @material-ui/core npm install @material-ui/icons npm in…

Recoilのバグ(2020年8月現在)

Reactの状態管理ライブラリのRecoilを使っている時にバグに遭遇したので記録として、同じ状況の人がいたら参考にしていただけたら幸いです。バグの内容はRecoilをHMR環境で使うと Duplicate atom key "UserStatus". This is a FATAL ERROR in production. Bu…