react 부분 렌더링2 - ChoDragon9/posts GitHub Wiki react-redux 도입 후 해결 리듀서 하나를 관심사 별로 분리 불필요하게 전체 리렌더링 발생 시키는 부분 제거 하지만 이 방법은 상태 변화를 잘 관리해야 유지 가능한 방법임 redux 사용 시 직렬화 가능한 데이터만 사용 https://redux.js.org/style-guide/#do-not-put-non-serializable-values-in-state-or-actions https://redux.js.org/understanding/thinking-in-redux/glossary#state