Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 206 Bytes

synopsis.md

File metadata and controls

7 lines (5 loc) · 206 Bytes
  • start thinking declarative approach

  • remember vs rememberSavable

  • remember = and remember by

    • using remember = variable will be of type MutableState.
    • using by will preserve original data type