const [state, dispatch] = useReducer(reducer, initialState);
에서
state는 현재 상태를 나타내는 변수입니다.
dispatch는 상태를 업데이트하기 위해 액션을 보내는 함수입니다.
npm install
export NODE_OPTIONS=--openssl-legacy-provider
npm install react-scripts@latest
npm start
sudo chown -R 501:20 "${HOME}/.npm"
# For react router
npm install react-router-dom
# For material ui
npm install @mui/material
# For style
npm install @emotion/react @emotion/styled
# For icons
npm install @mui/icons-material
# For animated effects
npm install framer-motion@12.6.2