We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
테스트코드를 작성하기 위해서는 상태에 대한 관심사 및 로직을 reducer로 관리하는 것이 복잡성을 줄이는데 유리합니다.
atom 컴포넌트부터 테스트코드를 작성해볼 계획입니다.
조금 더 생각해야 할 부분은 컴포넌트 자체에 상태를 가지고 있는게 좋은 구조인지, 상태를 전역으로 관리해서 주입하는게 좋을지 props로 내려주는게 좋을지에 대한 부분입니다.
https://medium.com/@inthewalter/atomic-design-for-react-514660f93ba
The text was updated successfully, but these errors were encountered:
dididy
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: