Slide 17
Slide 17 text
© DMM
実際のディレクトリ構成と責務の整理
17
17
feature1
widgets1
shared pages
feature2
feature3
widgets2
全機能で再利用される共通
基盤
api / components / utils を
配置
機能単位でビジネスロジック
& UI をまとめる
api / components / hooks /
store を内包
複数の features を組み合わ
せた UI の塊
pagesでのみ再利用可能
ルーティング単位
feature や widget を組み合
わせたUI