opatry / wordle-kt

Wordle game clone made with Kotlin & Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen transition aren't smooth at all (especially visible on Android)

opatry opened this issue · comments

When transitioning from dictionary picker to loading to game to "how to play", there are several freezes.

  • Should we do more work in background?
  • Should we optimize recomposition for some Composable?
  • ?