styled-components
Javascript 파일 내에서 CSS를 사용할 수 있게 해주는 대표적인 CSS-in-JS 라이프러리로 React 프레임워크에서 메인으로 사용되는 라이브러리이다.
npm i styled-components
react-dom
컴포넌트를 html과 연결하는 작업을 해준다.
npm i react-dom
react-router-dom
React는 SPA(Single Page Application)이다.
React에 router(페이지 이동)을 사용할 수 있게, 화면 전환을 지원해 주는 모듈이다.
npm i react-router-dom
ant-design
사용자의 인터페이스를 개발할때 다양한 UI 컴포넌트를 제공해 줘서 빠르게 개발을 할 수 있다.
npm i antd
ant-design icons
Ant design에서 제공해주는 아이콘들을 쉽게 사용할 수 있다.
npm i @ant-design/icons
반응형
'프론트엔드 > React' 카테고리의 다른 글
| [ React ] Lodash - sumBy, filter, includes (0) | 2024.07.15 |
|---|---|
| [ React ] 콘솔 경고들 수정하기 (1) | 2024.06.04 |
| [ React ] Ant design 설치 방법 (0) | 2024.03.23 |
| [ React ] VSCode에서 Hello World! 출력해보기 (0) | 2024.02.14 |
| [ React ] Json server을 사용한 Heroku & Vercel로 배포 (0) | 2023.02.28 |
댓글