Redux 설치
yarn add redux react-redux
react-router-dom 설치
yarn add react-router-dom
modules 폴더
: reducer를 return하는 많은 module들이 들어가고, 이 module들이 합해져서 store를 이루고
store를 이루는 module들 안에는 여러가지 state를 관리할 수 있는 설정들이 들어있음.
여기서 반환하는 reducer들을 호출해서 state 값을 변경 -> reducer를 호출할 때 dispatch 이용
'내배캠 4기 React - TIL' 카테고리의 다른 글
221222 TIL (0) | 2022.12.23 |
---|---|
221221 TIL (0) | 2022.12.21 |
221219 TIL (0) | 2022.12.19 |
221216 TIL (0) | 2022.12.19 |
221215 TIL (0) | 2022.12.15 |