[Kotlin] let, with, run, apply, also 정리
Scope Functions 범위 지정 함수
Posted by
Wonyong Jang
on December 05, 2021 ·
9 mins read
[Kotlin] 인라인과 람다 내부의 return은 언제 불가능할까?
람다와 인라인(inline) 이해 / noninline / use
Posted by
Wonyong Jang
on December 01, 2021 ·
14 mins read
[Kotlin] Break and Continue, Return label
고차함수 안에서 흐름 제어 / 람다식에서 return문 사용할 때 주의사항
Posted by
Wonyong Jang
on November 30, 2021 ·
6 mins read
[Redux] reselect 사용하기
memoization을 통해 불필요한 렌더링을 막아주고 성능을 향상시키는 reselector
Posted by
Wonyong Jang
on November 21, 2021 ·
5 mins read
[Kotlin] Coroutine Context and Dispatchers
Debugging coroutines and theadsi, jumping between threads / withContext
Posted by
Wonyong Jang
on November 05, 2021 ·
11 mins read
[Kotlin] Coroutines under the hood
코루틴 내부 동작 방식 이해하기 / Continuation Passing Style
Posted by
Wonyong Jang
on November 04, 2021 ·
7 mins read
[Kotlin] 코루틴(coroutine) suspend 함수 구성하기
suspend 함수 작성하는 best practice / structed concurrency
Posted by
Wonyong Jang
on November 03, 2021 ·
15 mins read
[Kotlin] 코루틴(coroutine) Cancellation and Timeouts
코루틴 취소와 타임아웃 / isActive 상태값 / JobCancellationException
Posted by
Wonyong Jang
on November 02, 2021 ·
14 mins read
[Redux] redux-saga 프로미스 다루고 라우터 연동하기
Promise / Router
Posted by
Wonyong Jang
on November 01, 2021 ·
27 mins read
[Kotlin] 코루틴(coroutine) 제어
코루틴 제어(launch, async, Job, Deferred)
Posted by
Wonyong Jang
on November 01, 2021 ·
6 mins read