yarn create react-app "프로젝트 명”yarn add react-router-domyarn add redux react-reduxyarn add @reduxjs/toolkityarn add redux-thunkyarn add styled-componentsyarn add @mui/material @emotion/react @emotion/styledcreate-react-app에서 Tailwind CSS 적용해보기
yarn add @tanstack/react-queryyarn add json-serveryarn add axiosyarn 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 종류는 다음과 같습니다.