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