Slide 83
Slide 83 text
82
© 2021 Ateam Inc. 82
appsとlibsが基本構造
共通モジュールはlibsに配備
自動的にプロジェクト名でエイリアスされる
無意識的にnpmモジュールライクな参照が可能
import { Header } "@lifedot/components"
import { useStockList } "@lifedot/hooks"
libs
apps
article
search
product
components
relay(graphql)
hooks, router, layouts, ...etc.
@lifedot/components