try-cache
An auto-caching npm package for super-fast retrieval of less-consistant data
An auto-caching npm package for super-fast retrieval of less-consistant data
Inspired by Akka Streams, a library for processing infinite streaming data.
lazy fluent iterators
Tiny TypeScript functional dependency injection, based on AsyncLocalStorage. Supports Node.js, Deno
A nothing-new-under-the-sun testing framework.
Cross-platform async shell support for POSIX commands on Linux, MacOS, and Windows.
A fast, functional, reliable and tiny validation library for forms and runtime datatype checks
useEffect with outdated detect for async functions
A React hook for managing asynchronous function calls with ease, including loading state management, error handling, and customizable options for delayed or repeated calls.
const fetch = useFetchUntilMounting([...dependencyList])
Simple Promise Hook
Create the powerful singleton easily
useAsyncEffect(resolve => happy(), [])
Precise async tasks for React Hooks
const resource = useAsyncResource(resolve => load => commit, [...dependencyList)
React hooks to make handling async operations a breeze
A React hook that executes an async task to populate the desired data.
React hook for awaiting component callback.