things-factory / shell

things app starter kit
MIT License
3 stars 0 forks source link

모듈 타입별 역할 재정의 #57

Closed lotstar87 closed 4 years ago

lotstar87 commented 4 years ago

목적

모듈별 역할을 구체화 하고, dependency 버전에 따라 entity를 다르게 인식하는 문제를 예방하기 위함.

모듈별 역할(구상중...)

ui-module

UI에 관련된 모듈

state-module

redux(혹은 mobX) 모듈

base-module

entity, graphql type, resolver등을 정의하는 모듈

service-module

business logic 모듈