/react-hooks-typescript-example

React Hooks、TypescriptでuseContext、useReducerを使ったサンプルアプリ

Primary LanguageTypeScript

react-hooks-typescript-example

React Hooks と Typescript を使用した簡単なアプリのサンプルコード

主な機能は以下

  • ヘッダー、フッターなどの共通化
  • react-router-dom を使ったルーティング
  • ログイン機能
  • API へのリクエスト
  • useContext と useReducer を使った状態管理