Skip to content
#

state-hoisting

Here are 8 public repositories matching this topic...

State hoisting is a technique used in Jetpack Compose to manage and share state between different composables in a unidirectional manner. In traditional imperative UI frameworks, state is often stored and managed locally within each UI component, leading to potential inconsistencies and difficulties in managing the overall state of the application.

  • Updated Jul 13, 2023
  • Kotlin

Use this application to learn the fundamentals of jetpack compose. We can learn recomposion, states, state-hoisting, remember, and rememberSaveble. This was created using MVVM architecture with the help of the flow API, room database, kotlin coroutines and dagger-hilt.

  • Updated Jan 14, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the state-hoisting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the state-hoisting topic, visit your repo's landing page and select "manage topics."

Learn more