Skip to content

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.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Android-Jetpack-Compose---Demo-State-Hoisting-Unidirectional-Dataflow

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages