개발자로 전향중

React 패키지 설치 본문

React

React 패키지 설치

hovinee 2022. 1. 27. 10:39

 

프로젝트 설치 : 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

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