Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category1
Sort:Used by Most Apps
RxJS
The standard library for composing asynchronous and event-based programs using observable sequences
async
Higher-order async utility functions for callback, async/await, and promise-based control flow in Node.js and the browser.
Effect
A TypeScript library and ecosystem for building robust, type-safe, concurrent applications with a full functional effect system
p-map
Map over promises concurrently, with controlled concurrency, backpressure, abort signals, and error aggregation.
redux-saga
A Redux middleware that models complex async side effects as testable, cancellable sagas using ES6 generators.
wonka
A tiny but capable push and pull stream library for TypeScript
threads.js
A uniform spawn()/expose() API for offloading work to worker threads and web workers across Node.js, browsers, and Electron.