This release is 1 version behind 1.0.1 — the latest version of @snrraptopack/raptor-state. Jump to latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
52%
Published
a week ago (1.0.0)
f
asyncState
Create an async state that handles data fetching with loading/error states
f
computed
Create a computed state that derives its value from other states
I
f
fetchState
Create a fetch state for HTTP requests - replaces useEffect for data fetching
f
mutationState
Create a mutation state for POST/PUT/DELETE operations
f
State
Create a new state instance with the given initial value
T
StateValue
No documentation available
f
useAsyncState
React hook for async state
f
useComputed
React hook for computed state
f
useRaptorState
React hook for basic state Note: Requires useUnit from effector-react to be available