Fetcher
Optimized.

The next generation of data fetching hooks for React. Built for speed, styled for impact.

UI Components

Four ready-to-use components that inject their CSS automatically — no stylesheet imports needed. All accept any CSS color value.

Loader vars4
Loader sizes5 (xs→xl)
Toast types5
CSSauto-inject

Experience Platform

Loader — 4 Variants

spinner
ring
dots
pulse

Sizes (spinner)

xs
sm
md
lg
xl

Toast — 5 Types

Skeleton

EmptyState

API Reference

Detailed breakdown of all available options and returned states.

Hook Options

PropertyTypeDefaultDescription
variant'spinner' | 'dots' | 'pulse' | 'ring''spinner'Visual style of the loader.
size'xs' | 'sm' | 'md' | 'lg' | 'xl''md'Standard size presets.
colorstringcurrentColorAny valid CSS color.

API Reference

Detailed breakdown of all available options and returned states.

Hook Options

PropertyTypeDefaultDescription
variant'text' | 'circle' | 'rect' | 'card''text'Shape of the skeleton block.
countnumber1Repeat the skeleton multiple times.
width/heightstringCustom dimensions (px, %, etc).
colorstringBase background color.
highlightColorstringShimmer effect color.

API Reference

Detailed breakdown of all available options and returned states.

Hook Options

PropertyTypeDefaultDescription
iconReactNodeCustom icon or SVG.
titlestringMain heading text.
descriptionstringSubtext explaining the state.
actionReactNodeCall to action button or link.