[Redux] useSelector최적화와 connect함수
mapStateToProps, mapDispatchToProps, bindActionCreators
Posted by
Wonyong Jang
on October 24, 2021 ·
18 mins read
[Redux] 리덕스 모듈로 만들고 구현하기
카운터 구현하기 / 할일 목록 구현하기 / 리덕스 개발자도구 이용하기
Posted by
Wonyong Jang
on October 23, 2021 ·
23 mins read
[Kotlin] 클래스, 객체, 인터페이스
abstract와 interface / visibilty modifier / inner / sealed / 클래스 위임 / companion object / anonymous object
Posted by
Wonyong Jang
on October 22, 2021 ·
37 mins read
[Redux] 리덕스 왜 쓸까?
리액트와 리덕스의 상태 관리 차이 / Action, Reducer, Store, Dispatch, Subscribe
Posted by
Wonyong Jang
on October 21, 2021 ·
11 mins read
[Kotlin] 컬렉션 및 함수 정의와 호출
확장 함수와 확장 프로퍼티 / 최상위 함수와 로컬 함수 / 중위 호출 문법 / 가변 인자/ 구조 분해 선언(destructuring declaration)
Posted by
Wonyong Jang
on October 21, 2021 ·
15 mins read
[Kotlin] 접근 제한자(Kotlin's Visibility Modifier)
public, private, internal, protected
Posted by
Wonyong Jang
on October 19, 2021 ·
2 mins read
[Kotlin] 코틀린 Null 처리
nullable, non-nullable / safe call / safe cast / Elvis Operation / !! 연산자
Posted by
Wonyong Jang
on October 19, 2021 ·
9 mins read
[Kotlin] 코틀린의 주요 특성과 기초 배우기
property, backing field, class / val, var / fun / array / if, when, for, while / enum / smart cast
Posted by
Wonyong Jang
on October 17, 2021 ·
28 mins read
[Git] Revert를 사용하여 커밋 되돌리기
reset과 revert비교 / 협업을 위해 revert 사용하기 / Conflict 해결
Posted by
Wonyong Jang
on October 05, 2021 ·
4 mins read
[Git] Reset 명확히 알고 사용하기
HEAD의 이해 / Reset vs Checkout / git reset --hard, --mixed, --soft
Posted by
Wonyong Jang
on October 04, 2021 ·
5 mins read