yarn create react-app "프로젝트 명”
yarn add react-router-dom
yarn add redux react-redux
yarn add @reduxjs/toolkit
yarn add redux-thunk
yarn add styled-components
yarn add @mui/material @emotion/react @emotion/styled
create-react-app에서 Tailwind CSS 적용해보기
yarn add @tanstack/react-query
yarn add json-server
yarn add axios
yarn add redux-logger
한번에 넣어보세요
yarn add react-router-dom redux react-redux @reduxjs/toolkit redux-thunk json-server axios react-query redux-logger
React Hooks는 React v16.8.0부터 제공하는 기능으로, 기존의 React 클래스 컴포넌트에서는 사용할 수 없는 기능을 함수 컴포넌트에서 사용할 수 있게 합니다. React Hooks 종류는 다음과 같습니다.