Slide 16
Slide 16 text
実際のContextの使い⽅
■Contextの構成
´ Globalで使うContext
´ Auth, UserのContext
´ 機能毎で使うContext
´ PageA, PageBのContext
´ Context内部ではuseReducerで
状態管理
´ Stateを型定義したいため
Auth Context
pageA pageB
organisms organisms organisms
molecules molecules
molecules
…
…
…
App.tsx
User Context
Router
Page Context B
Page Context A
molecules