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
서비스에 map이 필요한 곳이 많다. 버스, 지하철, 길찾기 일 때 map component 분리 or 함수를 분리 하여 redux로 관리 고민하기.
함수 분리시 장) map component를 하나로 사용하여 component의 재활용성을 높인다. 단) 고려해야 할 점이 많아진다.
각각 map component 분리시 장) 깔끔하게 처리 코드를 짤 수 있다. 단) component 재활용성 떨어진다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
서비스에 map이 필요한 곳이 많다. 버스, 지하철, 길찾기 일 때 map component 분리 or 함수를 분리 하여 redux로 관리 고민하기.
함수 분리시
장) map component를 하나로 사용하여 component의 재활용성을 높인다.
단) 고려해야 할 점이 많아진다.
각각 map component 분리시
장) 깔끔하게 처리 코드를 짤 수 있다.
단) component 재활용성 떨어진다.
The text was updated successfully, but these errors were encountered: