v1.0 Stable

Toast notifications,
perfected.

A notification system for React — accessible, animated, and engineered for zero re-renders. TypeScript-first. SSR-safe.

App.tsx
import { toast } from "flux-toast"
// One line — instant feedback
toast.success("Deployed to prod")
// Promise lifecycle
toast.promise(deploy(), {
  loading: "Building…",
  success: "Live on edge",
  error:  "Build failed"
})

Core Variants

Four distinct notification types for every situation.

Advanced

Promise tracking, live updates, expandable content, and custom JSX.

Queue Control

Duplicate grouping enforced. Push to queue or clear all.

0 active

Position

Dock notifications to any corner or edge.