목록프로젝트 (20)
짱이 될거야

1. 라이브러리 설치 npm install react-transition-group 공식문서: https://reactcommunity.org/react-transition-group/ React Transition Group Exposes simple components useful for defining entering and exiting transitions. React Transition Group is not an animation library like React-Motion, it does not animate styles by itself. Instead it exposes transition stages, manages classes and group elem reactcommunity..
프로젝트 진행 중 Firebase에 올린 이미지를 가져와야 하는 부분이 있었다. listAll과 getDownladURL을 활용해서 이미지 URL을 가져와 화면에 출력했고, 거기에다가 저장 버튼을 추가해 버튼을 누르면 이미지가 로컬에 저장되게 하는 기능을 추가하고자 했다. https://firebase.google.com/docs/storage/web/download-files#web-version-9_2 웹에서 Cloud Storage로 파일 다운로드 | Firebase Storage 의견 보내기 웹에서 Cloud Storage로 파일 다운로드 Firebase용 Cloud Storage를 사용하면 Firebase에서 제공하고 관리하는 Cloud Storage 버킷에서 파일을 빠르고 손쉽게 다운로드할 수..