Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- sort()
- slice()
- useRef()
- substring()
- charAt()
- React
- 항해99솔직후기 #항해99장점 #항해99단점 #부트캠프추천
- includes()
- toUpperCase()
- map()
- 3진수
- 소수점 올림내림
- Math.sqrt()
- getday()
- filter()
- useState()
- repeat()
- setDate
- reat if문
- Eventlitener
- new Date()
- Math.floor()
- parseInt()
- indexOf()
- 차집합
- isNaN()
- useEffect()
- jsx반복문
- Number()
- 교집합
Archives
- Today
- Total
개발자로 전향중
React 패키지 설치 본문
프로젝트 설치 : 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
'React' 카테고리의 다른 글
React SEO (0) | 2022.08.26 |
---|---|
리액트 4주차 mydictionary 2022-01-28 기능구현 완료! (0) | 2022.01.29 |
리액트 3주차 버킷리스트 만들기 연습 2022-01-26 (0) | 2022.01.26 |
리액트 3주차 버킷리스트 만들기 연습 2022-01-25 (0) | 2022.01.25 |
리액트 3주차 평점 만들기 개인과제 2022-01-24 진행상황 (0) | 2022.01.24 |