• Stars
    star
    4
  • Rank 3,304,323 (Top 66 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Callbag operator that Drops consecutive duplicate

More Repositories

1

callbag-create

Creates a new Callbag given an optional producer
JavaScript
8
star
2

callbag-lazy

Callbag source for lazy evaluation
JavaScript
6
star
3

callbag-take-until

Callbag that emits the source values until a notifier Callbag emits a value
JavaScript
6
star
4

callbag-rescue

Callbag operator that rescues a failed source
JavaScript
6
star
5

callbag-range

Callbag source that synchronously emits a range of numbers from -> to (inclusive)
JavaScript
5
star
6

callbag-map-when

Callbag operator that maps over values that satisfies a predicate. AKA filterMap
JavaScript
5
star
7

callbag-wait

Operator that delays the emission of items from the source Callbag by a given timeout
JavaScript
4
star
8

adt-state

Function based State algebraic data type inspired by Crocks Js
JavaScript
4
star
9

callbag-reject

Callbag operator that rejects all source elements that satisfies a predicate
JavaScript
3
star
10

adt-maybe

Function based Maybe algebraic data type inspired by Crocks Js
JavaScript
3
star
11

callbag-from-async-iter

πŸ‘œ Converts an async iterable or iterator into a callbag pullable source
JavaScript
3
star
12

optical-store

πŸ”ŽLenses based state store
JavaScript
2
star
13

callbag-operate

Utility function for plugging callbag operators
JavaScript
2
star
14

react-hydrate-viewport

Higher order React component for partial hydration on client side after SSR
JavaScript
2
star
15

callbag-safe-pipe

πŸ‘œ Utility like callbag-pipe but wraps the operators calls in a tryCatch block, sending an eventual exception to the sink
JavaScript
2
star
16

callbag-find

Callbag operator that emits only the first value emitted by the source Callbag that meets some condition.
JavaScript
2
star
17

callbag-interleave

πŸ‘œEmits the interleaved values of the given iterables
JavaScript
1
star
18

adt-task

Function based Task algebraic data type inspired by Folktale's data.task https://bit.ly/2srrWCa
JavaScript
1
star
19

plain-array

Quickly flattens a deeply nested array without using functional recursion
JavaScript
1
star
20

react-comp-type

Comp type for functional components composition in ReactJs
JavaScript
1
star