CRUD Operations

Powered by $.http.configure({ baseURL }) with request/response interceptors active.

Abortable Search

Each keystroke aborts the previous in-flight request via $.http.createAbort(). Zero race conditions.

Loading…

Interceptor Log

{{entry.msg}}

Utility Belt

30+ built-in helpers - select a category to run a live demo.

$.pipe()

Compose left-to-right function pipelines

$.memoize()

Cache expensive function results

$.retry()

Retry with exponential backoff

Arrays

groupBy, chunk, unique, range

Objects

pick, omit, isEqual, deepMerge

Strings

capitalize, truncate, camelCase, param

Store Inspector

Live view into the reactive store - middleware, snapshots, and action history.

Actions dispatched:
Middleware: active

📷 State Snapshot

Deep-clone the current store state via store.snapshot().

Click capture to inspect current state…

📋 Action History

Track dispatched actions via store.history.

Click load to view recent actions…

Middleware Log

Real-time log from store.use() - interact with other pages to generate entries.

{{entry.time}} {{entry.action}} {{entry.args}}