Day 12 Redux

심재원·2023년 11월 23일
0

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

Redux Practice

Terminal

  1. git clone https://github.com/h662/cra-tailwind-template-2.git redux-practice

  2. npm install @reduxjs/toolkit react-redux

리덕스를 쓰기위해 슬라이스 나열 -> 스토어에 리듀스 부착 -> 프로바이터를 스트릭트 모드안에 넣고 스토어 부착 -> 백엔트 만들고 포트 get/listen으로 통신열어놈 -> 프론트에서 백엔드로 요청을 보내야됨 그러므로 3가지 상태 (펜팅,거절,수락) 에대해 나열 후 케이스에대한 썽크부착


현직 개발자가 정리해주는 프론트엔드 기술 면접 필수 질문, 답변 20선 (feat. 전 카카오 엔터프라이즈 개발자)

신입 개발자라면 반드시 준비해야 할 프론트엔드 기술면접 질문+답변

https://zero-base.co.kr/event/media_insight_contents_FE_frontend_tech_Interview

0개의 댓글