Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by Andarist

A curated list of projects in awesome lists by Andarist .

https://github.com/andreypopp/react-textarea-autosize

<textarea /> component for React which grows with content

javascript react react-component

Last synced: 31 Jul 2024

https://github.com/Andarist/react-textarea-autosize

<textarea /> component for React which grows with content

javascript react react-component

Last synced: 30 Jul 2024

https://github.com/Andarist/use-onclickoutside

React hook for listening for clicks outside of an element.

hook hooks react reactjs

Last synced: 01 Aug 2024

https://github.com/Andarist/react-selector-hooks

Collection of hook-based memoized selector factories for declarations outside of render.

hook hooks memoization memoize react reactjs reselect

Last synced: 31 Jul 2024

https://github.com/Andarist/cherry-pick

🍒⛏📦 Build tool to generate proxy directories.

build build-tool tool

Last synced: 01 Aug 2024

https://github.com/Andarist/data-uri.macro

🎣 Convert files to data-uris at build time.

babel-plugin-macros

Last synced: 03 Aug 2024

https://github.com/Andarist/regexgen.macro

🎣 Convert your set of strings to optimized RegExps at build time.

babel-plugin-macros

Last synced: 03 Aug 2024

https://github.com/Andarist/pipeline.macro

🎣 A babel macro which works similarly to the pipeline operator.

babel-plugin-macros composition pipe pipeline

Last synced: 03 Aug 2024

https://github.com/Andarist/lerna-alias

Get aliases for your lerna packages for the other tools

Last synced: 31 Jul 2024

https://github.com/Andarist/callbag-pull-when

👜 Callbag operator that pulls from source when provided listenable emits.

callbag callbags sampling

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-of

👜 Callbag source factory that emits values specified as arguments.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-exhaust-map

👜 Callbag operator that maps to inner source and ignores other values until that source completes.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-to-promise

👜 Callbag operator which converts source to a promise containing last emitted value.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-ms-elapsed

👜 Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-remember

👜 Callbag operator that remembers last event, so that a newly added listener will immediately receive that memorised event.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-take-while

👜 Callbag operator which emits values emitted by the source as long as each value satisfies the given predicate, and then completes as soon as predicate is not satisfied.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-sample-when

👜 Callbag operator that samples from source when provided listenable emits.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-default-if-empty

👜 Callbag operator which emits a given value when source completes without emitting any value.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-never

👜 Callbag source that never completes and emits no data.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-buffer-time

👜 Callbag operator which buffers source values until provided time has passed.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-loop

👜 Callbag operator that accumulates results using a feedback loop that emits one value and feeds back another to be used in the next iteration.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-timer

👜 Callbag source that after given duration emits numbers in sequence every specified duration.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-drop-until

Starts emitting the input stream when another stream emits a value.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-buffer

👜 Callbag operator which buffers source values until separator stream emits.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-pairwise

👜 Callbag operator that groups pairs of consecutive emissions together and emits them as an array of two values.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-drop-after

👜 Callbag operator that drops all events after the first event for which predicate returns true.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-partition

👜 Callbag operator that splits the source into two, based on predicate function.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-concat-with

👜 Callbag operator that emits items given it as arguments after it finishes emitting items emitted by source.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-tap-up

👜 Callbag operator which performs a side effect for every upwards emission (from sink to source), but other than that it acts as noop.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-pluck

👜 Callbag operator that maps to object properties.

callbag callbags

Last synced: 30 Jul 2024

https://github.com/Andarist/callbag-distinct-until-changed

👜 Callbag operator that drops consecutive duplicate values

callbag callbags

Last synced: 30 Jul 2024