Effect Handlers in Jetpack Compose: A Complete Guide
Effect Handlers: as the name suggests, they are used to handle the “side”-effects in Jetpack-Compose. But, what exactly is a *side-*effect?
According to docs: A side-effect is a change to the state of the app that happens outside the scope of a compo...
sagar0-0.hashnode.dev7 min read