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
redux로 전역상태 관리를 하셨지만, AddForm.jsx 에서는 useState로 2중으로 상태관리를 하시는것 같습니다!
컴포넌트 분리도 잘하셨지만, 기회가 있다면 스타일도 같이 분리해서 작업해보시는것도 좋을것 같아요! 분리해서 작업하면, CSS와 기능 구현이 분리되어 가독성이 좋아지는것 같아서 권해보았습니다!
Redux의 Ducks 구조를 잘 적용하시고, 부가적인 설명이 있으신게 코드 이해하기 좋은것 같아요!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
redux로 전역상태 관리를 하셨지만,
AddForm.jsx 에서는 useState로 2중으로 상태관리를 하시는것 같습니다!
컴포넌트 분리도 잘하셨지만, 기회가 있다면 스타일도 같이 분리해서 작업해보시는것도 좋을것 같아요!
분리해서 작업하면, CSS와 기능 구현이 분리되어 가독성이 좋아지는것 같아서 권해보았습니다!
Redux의 Ducks 구조를 잘 적용하시고, 부가적인 설명이 있으신게 코드 이해하기 좋은것 같아요!
The text was updated successfully, but these errors were encountered: