Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 291 Bytes

UI State Modeling 어떤게 좋을까?

  1. UI State 여러개로 처리하기
  2. data class 하나로 처리하기
  3. sealed class로 처리하기
  4. UIState 일반화하기

image