kimsohee-around / React-Demo

리액트 수업 프로젝트입니다.
1 stars 1 forks source link

useReducer 훅(hook) #5

Open kimsohee-around opened 1 month ago

kimsohee-around commented 1 month ago

개요

kimsohee-around commented 1 month ago

BookList 의 3개 상태 값을 하나의 객체로 묶어서 관리합니다. 이 상태 값이 연관성이 있을 때 reducer 는 더욱 유용합니다.