Skip to content
Dev.to1 min read

flowx-control: TypeScript Flow Control (Debounce...

Ever struggled with UI freezing on every keystroke or APIs getting hammered with duplicate calls? flowx-control solves exactly that. What is flowx-control? A zero-dependency TypeScript library that gives you precise control over function execution timing. Debounce, throttle, rate-limit, and more — all type-safe and tree-shakeable. npm install flowx-control bun add flowx-control Core Features Debounce Delay execution until after calls stop: import { debounce } from 'flowx-control'; const search =
Read original on dev.to
0
0

Comment

Sign in to join the discussion.

Loading comments…

Related

Get the 10 best reads every Sunday

Curated by AI, voted by readers. Free forever.

Liked this? Start your own feed.

0
0