Redux 시작하기 | Redux
https://ko.redux.js.org/introduction/getting-started/
당신에게 Redux는 필요 없을지도 모릅니다.
https://medium.com/lunit/당신에게-redux는-필요-없을지도-모릅니다-b88dcd175754
General | Redux
When should I learn Redux?
https://ko.redux.js.org/faq/general/#when-should-i-use-redux
git clone https://github.com/h662/cra-tailwind-template-2.git redux-practice
npm install @reduxjs/toolkit react-redux
리덕스를 쓰기위해 슬라이스 나열 -> 스토어에 리듀스 부착 -> 프로바이터를 스트릭트 모드안에 넣고 스토어 부착 -> 백엔트 만들고 포트 get/listen으로 통신열어놈 -> 프론트에서 백엔드로 요청을 보내야됨 그러므로 3가지 상태 (펜팅,거절,수락) 에대해 나열 후 케이스에대한 썽크부착
https://zero-base.co.kr/event/media_insight_contents_FE_frontend_tech_Interview