[week3/mission]useEffect를 활용하여 영화 데이터를 불러오기#22
Merged
namgungseok12 merged 2 commits intojay/mainfrom May 9, 2025
Merged
Conversation
duwlsssss
approved these changes
Apr 4, 2025
| function App() { | ||
|
|
||
| return ( | ||
| <> |
Contributor
There was a problem hiding this comment.
불필요한 태그는 코드 가독성상 없는 게 좋을 것 같습다
| @@ -0,0 +1,14 @@ | |||
| import { useEffect } from 'react' | |||
|
|
|||
| export default function MoviePage() : React.ReactElement { | |||
qowldud
approved these changes
Apr 4, 2025
|
|
||
|
|
||
| return ( | ||
| <div className='p-10 grid gap-4 grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6'> |
There was a problem hiding this comment.
grid는 많이 안써본것같은데 반응형 할때는 grid가 더 좋은것같네요!
oortmealy
approved these changes
May 9, 2025
This file contains hidden or 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
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.
✏️ 작업 내용
#️⃣ 연관된 이슈
#11
📷 작업 결과
💡 함께 공유하고 싶은 부분
🤔 질문
✅ 워크북 체크리스트
✅ 컨벤션 체크리스트