-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
02/umc_02/src/components/List.jsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
삼항연산자 사용해서 코드 중복 줄이면 좋을 것 같습니당!
|
||
function App() { | ||
|
||
const [todos, setTodos] = useState([{id: 1, task: '투두 만들어보기'}, {id: 2, task: '하 너무 어렵네'}]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 너무 어렵더라고요 .. 열심히 따라가겠습니다 !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
css 파일 각각 만드셔서 깔끔하게 어디 파일에 해당하는 css인지 확인하기 좋은거같아요! 🤗
[week7/mission] Tanstack Query, 무한 스크롤, 페이지네이션
[week7/mission] Tanstack Query, 무한 스크롤, 페이지네이션
[week7/mission] Tanstack Query, 무한 스크롤, 페이지네이션
📢 작업 내용
📸 작업 결과
2024-09-28.3.21.22.mov
2024-09-28.3.22.36.mov
💡 함께 공유하고 싶은 부분
개념적으로는 이해가 되더라도 직접 코드에 옮겨보고 알고리즘을 생각해내기가 쉽지 않았습니다!.. 🥺
Tailwind css로 전에 작업했던지라 따로 .css파일에 작업하기 좀 어려웠던거 같습니다!
🤔 질문
#️⃣ 연관된 이슈
#4
✅ 워크북 체크리스트
✅ 컨벤션 체크리스트