[사이드프로젝트] mui 5 https://mui.com/ MUI: The React component library you always wanted MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design. You will develop React applications faster. mui.com material ui가 버전을 업글하면서 이름을 바꿨다. 챠크라 써보려고 했는데 이게 너무 잘되있어서 이것도 한번 써볼까... 고민중이다. 더보기 [사이드프로젝트] 써보고 싶은 UI 컴포넌트 - chakra https://chakra-ui.com/docs/layout/flex Chakra UI - A simple, modular and accessible component library that gives you the building blocks you need to build your React a Simple, Modular and Accessible UI Components for your React Applications. Built with Styled System chakra-ui.com 버튼이며 이것저것 만들기 귀찮았는데 이거 한번 사용해봐야겠다. 더보기 [사이드프로젝트] RDS 띄우고 ec2와 연결시키기 졸려서 간단하게 정리만 하고 나중에 보충할 예정 1. RDS 프리티어로 만듦 (퍼블릭 접근 설정해야하고, 인바운드 설정 접근을 ec2의 보안그룹으로 일치시켜서 내 ec2만 접근 허용 하도록 하였다) 2. ec2에서 프론트 -> 서버에서 접근하는 부분 에러가 나서 보니까 nginx에서 /api 부분을 잡고 proxy pass로 백엔드 서버를 띄운 곳의 호스트로 보내주고 있었는데, 이걸 그대로 보내는 바람에 /api/auth/user-info를 보내고 있었다. (원래 /auth-user-info로 보내야 함) 그 문제는 아래 포스트를 보고 해결했다. https://wani.kr/posts/2016/07/01/nginx-proxy-settings/ Nginx 하위 경로를 다른 서버로 보내기 - 완두블로그 서비.. 더보기 이전 1 ··· 8 9 10 11 12 13 14 ··· 72 다음