Skip to content

[Chapter14] Front 소스코드 리팩토링 질문 #110

Discussion options

You must be logged in to vote

코드가 없어서 정확한 상황은 파악이 안 되지만 분리하는 게 일반적으로 많이 사용하는 방법 아닐까요?

React 를 예로 들면 Redux 나 Recoil 같은 상태 관리 라이브러리로 상태는 보통 store 문자열이 포함된 디렉터리로,
그리고 호출을 담당하는 라우터는 router 또는 api 문자열이 포함된 디렉터리에 분리하는 것으로 알고 있습니다.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by snoopingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chapter14 리팩터링: 기존의 코드를 성장시키는 기술
2 participants