백준 문제풀기 (그리디[18/50] → 탐색[13/50] → 동적프로그래밍[12/50])
Loffle 🔗
React로 NodeBird SNS 만들기 by ZeroCho 🔗
Reducer란? ‘이전상태’와 ‘액션’을 받아서 ‘다음상태’를 만든다
useSelector로 받은 변수가 변경이 되면 변수가 포함된 컴포넌트가 자동으로 리렌더링 된다
reducer안의 switch 문에서 default가 없으면 다음과 같은 에러가 난다
Error: Reducer 'user' returned undefined during initialization.