Front-End/React

[React] React redux-saga 프로젝트 시작하기 #1

siyamaki 2023. 12. 20. 14:02

React 프로젝트를 연습하려고 새로 Repository를 생성하였다

https://github.com/leeyomyeon/sample-project

 

GitHub - leeyomyeon/sample-project

Contribute to leeyomyeon/sample-project development by creating an account on GitHub.

github.com

 

UI 라이브러리 : React-Bootstrap

미들웨어 : Redux-saga

그 외 의존성

- react : 18.2.0
- bootstrap : 5.3.2
- axios : 1.6.2
- react-bootstrap : 2.9.1
- react-hook : 1.0.0
- react-hook-form : 7.49.0
- react-redux : 8.1.3
- react-router : 6.20.1
- react-router-dom : 6.20.1
- react-dom : 18.2.0
- redux-actions : 3.0.0
- redux-saga : 1.2.3
- redux-toolkit : 1.1.2

 

연습용이므로 클라이언트 페이지만 가지고 작업하며 Back-end단은 추후 개발 예정

 

나중에는 Github Pages에 예제 Repository를 Publish까지 해볼 것이다

 

아래 명령어를 이용해 React Redux초기 프로젝트 세팅을 시작한다

npm install @reduxjs/toolkit
npm create-react-app sample-project --template redux
npm install redux