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
- React-hook-form
- context api
- typescript
- 백준
- 사탕게임
- locale data
- suffixicon
- 이메일 인증
- storybook
- useEffect
- interaction test
- visual test
- next-auth
- Python
- Flutter
- kakao blind recruitment
- 피보나치 함수
- 리팩토링
- ZOD
- TextFormField
- 프로그래머스
- react
- Props Drilling
- javascript
- Vanilla JavaScript
- useMemo
- next.js
- React.memo
- custom hook
- Github Actions
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