There are no reviews yet. Be the first to send feedback to the community and the maintainers!
callbag-create
Creates a new Callbag given an optional producercallbag-lazy
Callbag source for lazy evaluationcallbag-take-until
Callbag that emits the source values until a notifier Callbag emits a valuecallbag-rescue
Callbag operator that rescues a failed sourcecallbag-range
Callbag source that synchronously emits a range of numbers from -> to (inclusive)callbag-map-when
Callbag operator that maps over values that satisfies a predicate. AKA filterMapcallbag-wait
Operator that delays the emission of items from the source Callbag by a given timeoutadt-state
Function based State algebraic data type inspired by Crocks Jscallbag-drop-repeats
Callbag operator that Drops consecutive duplicatecallbag-reject
Callbag operator that rejects all source elements that satisfies a predicateadt-maybe
Function based Maybe algebraic data type inspired by Crocks Jscallbag-from-async-iter
๐ Converts an async iterable or iterator into a callbag pullable sourcecallbag-operate
Utility function for plugging callbag operatorsreact-hydrate-viewport
Higher order React component for partial hydration on client side after SSRcallbag-safe-pipe
๐ Utility like callbag-pipe but wraps the operators calls in a tryCatch block, sending an eventual exception to the sinkcallbag-find
Callbag operator that emits only the first value emitted by the source Callbag that meets some condition.callbag-interleave
๐Emits the interleaved values of the given iterablesadt-task
Function based Task algebraic data type inspired by Folktale's data.task https://bit.ly/2srrWCaplain-array
Quickly flattens a deeply nested array without using functional recursionreact-comp-type
Comp type for functional components composition in ReactJsLove Open Source and this site? Check out how you can help us