Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

리듀서로 관심사 및 로직 분리 및 컴포넌트 테스트 작성 #7

Open
dididy opened this issue Feb 28, 2021 · 0 comments
Assignees
Labels
🏁 feature 기능 개발

Comments

@dididy
Copy link
Member

dididy commented Feb 28, 2021

Is your feature request related to a problem? Please describe.

테스트코드를 작성하기 위해서는 상태에 대한 관심사 및 로직을 reducer로 관리하는 것이 복잡성을 줄이는데 유리합니다.

Describe the solution you'd like

atom 컴포넌트부터 테스트코드를 작성해볼 계획입니다.

Describe alternatives you've considered

조금 더 생각해야 할 부분은 컴포넌트 자체에 상태를 가지고 있는게 좋은 구조인지, 상태를 전역으로 관리해서 주입하는게 좋을지 props로 내려주는게 좋을지에 대한 부분입니다.

Additional context

https://medium.com/@inthewalter/atomic-design-for-react-514660f93ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 feature 기능 개발
Projects
None yet
Development

No branches or pull requests

1 participant