Loading...
Loading...
Found 5 Skills
Collection of essential React Hooks for sensors, UI, animations, side-effects, lifecycles, and state management
Jetpack Compose - composables, state, effects, theming
Function design patterns emphasizing single responsibility and clarity.
Use when React Hooks patterns including useState, useEffect, useContext, useMemo, useCallback, and custom hooks. Use for modern React development.
Registers state-type triggers that automatically fire functions when key-value state is created, updated, or deleted within a scope. Use when building reactive side effects, change watchers, audit logs, cache invalidation, notification dispatchers, or any observer pattern where data changes should trigger downstream processing.