node.js_redux

BABY CAT·2022년 10월 26일
0

node.js

목록 보기
12/18

npm install redux
npm install react-redux

//리액트install
npx create-react-app ex03 본경로에서 ex03폴더를 새로만들어서 거기 리액트 인스톨

//라우츠 라우트 인스톨
npm install react-router-dom

//실행
npm start

//빌드생성
npm run-script build

//빌드 런
npm run build

//h5audioplayer설치
npm i react-h5-audio-player

//서버명령어링크
https://create-react-app.dev/docs/deployment

npm install axios express mysql

npm install axios

리덕스란

예측가능한 상태의 저장소
컴포넌트끼리의 전달

구조

store

state

reducer 상태를바꿔주는기능

dispatch,subscribe,getState

0개의 댓글