compose-hooks - Compose Hooks for State Management
React Hooks-style state management and side effects for Jetpack Compose and Compose Multiplatform
Tags
Updated: 2026-03-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create state
- update state
- trigger effect
- mount effect
- unmount effect
- send request
- debounce value
- throttle value
- start timer
- create timer
- set timer
- set boolean
- get state
- set ref
- add item
- remove item
- clear list
- dispatch action
- select state
- store value
Inputs
- initial value
- state
- action
- request function
- source value
- delay duration
- interval duration
- timeout duration
- debounce wait time
- throttle wait time
- default parameters
Outputs
- state
- state value
- state getter
- state setter
- state list
- state map
- action dispatcher
- data
- loading status
- error
- request function
- debounced value
- throttled value
- reference
- undo function
- redo function
Requirements
- Jetpack Compose
- Compose Multiplatform
- Kotlin
