HTTP client with interceptors, 30+ utility functions, and advanced store patterns.
Powered by $.http.configure({ baseURL }) with request/response interceptors active.
Each keystroke aborts the previous in-flight request via $.http.createAbort(). Zero race conditions.
Loading…
30+ built-in helpers - select a category to run a live demo.
Compose left-to-right function pipelines
Cache expensive function results
Retry with exponential backoff
groupBy, chunk, unique, range
pick, omit, isEqual, deepMerge
capitalize, truncate, camelCase, param
Live view into the reactive store - middleware, snapshots, and action history.
Deep-clone the current store state via store.snapshot().
Track dispatched actions via store.history.
Real-time log from store.use() - interact with other pages to generate entries.