ComposeHooks
React-style hooks for Compose Multiplatform state and requests
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ComposeHooks?▼
Run `npx skills add junerver/ComposeHooks --all -g -y` in your terminal to install this skill globally.
What is ComposeHooks used for?▼
It is a Kotlin Multiplatform library that brings React-style hooks like useState, useEffect, and useRequest to Jetpack Compose, simplifying state management and side effects.
Which platforms does ComposeHooks support?▼
It supports Android, Desktop (JVM), iOS, and Web via wasmJs, all from a single hooks2 artifact on Maven Central.
How do I manage network requests in Compose?▼
Use the useRequest hook, which handles loading, error, caching, debounce, retry, and polling through a plugin-based configuration.
Does ComposeHooks work with Claude Code?▼
Yes. The included skill file teaches your AI agent the full hook API, usage patterns, and platform notes so it can write correct Compose code for you.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core