KeM's Toys
  • Home
  • hello-world
  • react-hooks
  • use-state

useState

コンポーネントに state 変数 を追加するための React フック。

const [state, setState] = useState(initialState);

Examples

Counter

IncDecCounter

count: 0

Reference

  • useState – React
  • state:コンポーネントのメモリ – React
  • About
  • Hello World
  • Fizz Buzz
  • ユークリッドの互除法
  • ナベアツ判定機
  • おめでとうボタン
  • もだねちゃん 3D ビューワー