[React]프로젝트 생성시 설치 패키지

KBS·2021년 9월 24일
0

React

목록 보기
4/19
  • 프로젝트 설치 : yarn create react-app "프로젝트 명"

  • styled-components 설치 : yarn add styled-components

  • react-router-dom 패키지 설치 : yarn add react-router-dom

  • 리덕스 패키지 설치 : yarn add redux react-redux

  • firebase 패키지 설치 : yarn add firebase

  • redux-thunk 설치 : yarn add redux-thunk

  • material - ui 설치 : yarn add @material-ui/core @material-ui/icons

  • js에서 날짜를 쉽게 다루는 패키지 moment: yarn add moment

  • 라우터로 리덕스 넘기거나 해야할때 (참고) : https://velog.io/@kbs2082/React%EC%BF%A0%ED%82%A4-%EB%B0%8F-%EB%A6%AC%EB%8D%95%EC%8A%A4

  • lodash 배열을 편리하게 다룰 수 있다: yarn add lodash

profile
FE DEVELOPER

0개의 댓글