Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 896 Bytes

File metadata and controls

9 lines (5 loc) · 896 Bytes

Android Jetpack Compose Demo State Hoisting Unidirectional Dataflow

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.


Vaibhav Mojidra - 1.jpeg

Vaibhav Mojidra - 2.jpeg