NULL-header / fec-frontend

The repository is frontend of the site "Four E Code".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reducerの使用

NULL-header opened this issue · comments

概要

簡単な値がトグルするだけの部分に現状stateを用いてしまっているので、その部分をreducerで置き換える。

該当ページ

現状確認しているもの

  • ログアウト
  • パスワード入力を隠すボタン

背景と目的

reducerを使うことで関数を外に出すことができ、useCallbackを用いる必要がなくなる。

仕様

  • reducerを扱う