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
- Vanilla JavaScript
- 이메일 인증
- useEffect
- suffixicon
- ZOD
- React.memo
- 프로그래머스
- 백준
- storybook
- 리팩토링
- custom hook
- kakao blind recruitment
- Flutter
- 사탕게임
- useMemo
- javascript
- next-auth
- React-hook-form
- TextFormField
- interaction test
- Props Drilling
- Python
- context api
- next.js
- locale data
- Github Actions
- react
- typescript
- 피보나치 함수
- visual test
Archives
- Today
- Total
목록custom hook (1)
sik9252
[리팩토링] 1년 전에 만든 프로젝트 코드 다시 열어보기 - 2탄
1. 공통 타입 분리하기// 분리, 인터페이스명 수정 @types/Building.tsinterface BuildingData { id?: number; name?: string; floorsUp?: number; floorsDown?: number; description?: string; latitude?: number; longitude?: number; uniqueNumber?: string;}interface EditBuildingResponse extends BuildingData { success: boolean;}interface FloorImage { buildingId?: number; description?: string; floorValue?: number; i..
Projects
2024. 7. 21. 12:29