-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MISSION8/박건규 #50
Open
geongyu09
wants to merge
13
commits into
JNU-econovation:main
Choose a base branch
from
geongyu09:mission8/geongyu09
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
MISSION8/박건규 #50
+1,141
−172
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
환경설정을 합니다 - 사용하지 않는 파일을 제거합니다. - reset css 를 적용합니다.
supabase api 를 추가합니다. 상태관리를 위하여 react query 를 추가하였습니다.
content 영역의 style를 추가합니다. - 기본 image 를 추가합니다. - 컴포넌트에 css 를 추가합니다.
- 헤더에 새 글작성 버튼을 추가합니다. - 모달을 추가합니다. - 모달을 만들어주는 로직은 재사용이 가능하므로 이를 따로 컴포넌트로 빼두었습니다. - 모달 컴포넌트의 책임이 creator 일지, 아니면 컴포넌트를 띄우는 로직이 들어있는 곳인지에 대한 고민 -> 모달을 띄우는 곳에서 책임을 가지도록 하였습니다.
- 이벤트 버블링 이슈..
p 태그를 pre 태그로 변경합니다. padding 간격을 조정합니다.
반복되는 컴포넌트를 재사용 가능하도록 수정
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
들어가기 앞서, 바쁘신 와중에도 그동안 저희 스터디에 도움을 주신 모든 선배님들께 감사의 말씀 올립니다.
1. 구현 모습
https://last-mission.netlify.app/
2. 해결 과정
사용한 라이브러리 및 이유
supabase
tanstack query (react query)
모달
반복되는, 유사한 스타일의 버튼 컴포넌트
사이트를 보면 유사한 스타일이 반복되는 버튼 컴포넌트가 존재하였습니다.
이를 따로 컴포넌트로 뺴서 관리하기로 하였습니다.
buttonColor
라는, 사용될 값만 저장해둔 상수를 선언하여 구현하였습니다.문제상황
참고 사진
버블링을 막지 않은 경우버블링을 막은 경우
3. To 리뷰어에게
스터디 느낀점
이번에 처음으로 스터디에 참여해보고, 스터디를 운영해보게 되었습니다. 이 과정에서 많은 어려움도 있었지만, 주변 선배님들께서 정말 많이 도와주셔서 이렇게 끝까지 마무리 할 수 있었던 것 같습니다. 이에 더불어서 굳이 저희 스터디를 도와줄 의무가 없음에도, 저희를 좋게 생각해주시고, 끝까지 저희 스터디에 도움을 주셨던 모든 선배님들에게 감사함을 표합니다. 그리고 스터디 끝까지 함께 해준 스터디 팀원분들에게도 너무나도 고맙습니다.저희가 너무나도 과분하게 많은 것을 받음을 인지하고 있고, 덕분에 정말 많이 성장할 수 있었던 것 같습니다.
저희가 받은만큼 저희도 성장하여 도움을 줄 수 있는 사람이 되도록 하겠습니다.
정말로 감사드립니다.