-
Notifications
You must be signed in to change notification settings - Fork 0
Folder Structure
Yong-Woo, Lee edited this page Sep 4, 2023
·
1 revision
NX Library Types
lib types : feature
, util
, ui
, data-access
file name : <FileName>.<lib-type>.tsx
domain types : <domainName>/
, shared/
/libs
- /(domain)
- /feature
- name.feature.tsx
- /data-acccess
- name.data-access.tsx
- /ui
- name.ui.tsx
- /util
- name.util.ts
- /shared
- ...
- /shared
- types
- styles
- helpers
- hooks
- api
- services
- context(store)
- components