Skip to content
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

[week2/mission] ToDo List (React) 구현 #8

Merged
merged 8 commits into from
Oct 7, 2024
Merged

[week2/mission] ToDo List (React) 구현 #8

merged 8 commits into from
Oct 7, 2024

Conversation

mlnls
Copy link
Member

@mlnls mlnls commented Sep 28, 2024

📢 작업 내용

리액트 동작 방법에 대해 알아보기
JSX 문법에 대해 알아보기
리액트 훅 중 UseState 집중적으로 알아보기

📸 작업 결과

2024-09-28.3.21.22.mov
2024-09-28.3.22.36.mov

💡 함께 공유하고 싶은 부분

  1. 개념적으로는 이해가 되더라도 직접 코드에 옮겨보고 알고리즘을 생각해내기가 쉽지 않았습니다!.. 🥺

  2. Tailwind css로 전에 작업했던지라 따로 .css파일에 작업하기 좀 어려웠던거 같습니다!


🤔 질문

없습니다!


#️⃣ 연관된 이슈

#4


✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하였나요?
  • 실습/미션을 수행하였나요?

✅ 컨벤션 체크리스트

  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 코드리뷰를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있나요?

@mlnls mlnls added the Ch 2 label Sep 28, 2024
@mlnls mlnls requested a review from yongmin01 September 28, 2024 06:31
@mlnls mlnls self-assigned this Sep 28, 2024
@mlnls mlnls linked an issue Sep 28, 2024 that may be closed by this pull request
2 tasks
@mlnls mlnls changed the title Mlnls/#3 [week2/mission] ToDo List (React) 구현 Sep 28, 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

삼항연산자 사용해서 코드 중복 줄이면 좋을 것 같습니당!

@mlnls mlnls changed the base branch from main to mlnls/main September 29, 2024 05:12
@mlnls mlnls requested review from S-Gihun and Chasyuss September 30, 2024 03:26

function App() {

const [todos, setTodos] = useState([{id: 1, task: '투두 만들어보기'}, {id: 2, task: '하 너무 어렵네'}])
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저도 너무 어렵더라고요 .. 열심히 따라가겠습니다 !!

Copy link

@Chasyuss Chasyuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

css 파일 각각 만드셔서 깔끔하게 어디 파일에 해당하는 css인지 확인하기 좋은거같아요! 🤗

@mlnls mlnls merged commit fc49c05 into mlnls/main Oct 7, 2024
@mlnls mlnls deleted the mlnls/#3 branch October 7, 2024 03:47
mlnls added a commit that referenced this pull request Nov 11, 2024
[week7/mission] Tanstack Query, 무한 스크롤, 페이지네이션
Chasyuss added a commit that referenced this pull request Nov 11, 2024
[week7/mission]  Tanstack Query, 무한 스크롤, 페이지네이션
S-Gihun added a commit that referenced this pull request Nov 11, 2024
[week7/mission] Tanstack Query, 무한 스크롤, 페이지네이션
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chapter 2] React 기초
4 participants