Parent knows best: State Hoisting in Android
Introduction:
Imagine building a React or jetpack compose app where ever child component manages its own state. Chaos ,right? State hoisting is the design pattern that saves us from this mess. Let’s break this down.
Key points to cover:
1) What’s the...
david-kt.hashnode.dev1 min read