몰아 넣기
[리액트] 앱생성 및 리액트 자주쓰는 패키지 정리.ver1
뽀글이아저씨
2024. 3. 11. 21:22
리액트 앱 생성
yarn create react-app [폴더명]
패키지
react-router-dom
yarn add react-router-dom
리덕스, 리덕스툴킷
yarn add redux react-redux @reduxjs/toolkit
Axios 설치
yarn add axios