
React
[React] mui bottom navigation 적용 및 Error 해결
https://mui.com/material-ui/react-bottom-navigation/ Bottom Navigation React component - Material UI The Bottom Navigation bar allows movement between primary destinations in an app. mui.com 페이지 하단에 mui 의 bottom navigationd 적용한 화면입니다. mui 적용 및 useNavigate를 통해 페이지를 이동할 경우 버튼에 반영되지 않는 Error를 해결해 보겠습니다. import { Link } from "react-router-dom"; import { BottomNavigation, BottomNavigationAction } fro..