yarn add redux yarn add react-redux
redux : 리덕스 관련 코드를 모두 몰아넣음 config : 리덕스 설정 관련 파일 전부 configStore : 중앙 state 관리소 -> 설정 코드(.js) modules : state의 그룹! Todolist. todos.js
▽ redux 초기설정
https://github.com/karinabluu/redux.git