Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- suffixicon
- 프로그래머스
- Flutter
- Vanilla JavaScript
- useEffect
- Python
- custom hook
- 백준
- Props Drilling
- kakao blind recruitment
- typescript
- 피보나치 함수
- storybook
- ZOD
- React-hook-form
- next-auth
- context api
- react
- visual test
- interaction test
- locale data
- 사탕게임
- javascript
- Github Actions
- React.memo
- useMemo
- 리팩토링
- TextFormField
- next.js
- 이메일 인증
Archives
- Today
- Total
목록useMemo (1)
Dev Diary

사이드 프로젝트에서 회원가입을 만들며 서버에 회원가입 요청 시 에러가 발생하면 Dialog(모달창)를 통해 알려주기 위해 이전에 만들어둔 디자인 시스템 중 Dialog를 사용해서 RegisterAlarmDialog 라는 컴포넌트를 추가했다. 1. 기존 RegisterAlarmDialog 컴포넌트import { Button, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle,} from "@/components/_shared/ui";import { useDialogContext } from "@/providers";import React from "react";interfa..
Trouble Shooting
2024. 10. 8. 12:57