Francisco Neto (@franciscotln)
  • Stars
    star
    75
  • Global Rank 255,876 (Top 9 %)
  • Followers 13
  • Following 10
  • Registered about 9 years ago
  • Most used languages
    JavaScript
    100.0 %
  • Location ๐Ÿ‡ต๐Ÿ‡ฑ Poland
  • Country Total Rank 2,273
  • Country Ranking

Top 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-drop-repeats

Callbag operator that Drops consecutive duplicate
JavaScript
4
star
10

callbag-reject

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

adt-maybe

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

callbag-from-async-iter

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

optical-store

๐Ÿ”ŽLenses based state store
JavaScript
2
star
14

callbag-operate

Utility function for plugging callbag operators
JavaScript
2
star
15

react-hydrate-viewport

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

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
17

callbag-find

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

callbag-interleave

๐Ÿ‘œEmits the interleaved values of the given iterables
JavaScript
1
star
19

adt-task

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

plain-array

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

react-comp-type

Comp type for functional components composition in ReactJs
JavaScript
1
star