computed-async-mobx
Async computation library
An extension to MobX for creating asynchronous computations with built-in promise management and delayed computation.
Define a computed by returning a Promise
165 stars
10 watching
6 forks
Language: TypeScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
foxbenjaminfox/vue-async-computed | A Vue.js plugin for creating asynchronously computed properties. | 1,112 |
briancavalier/creed | A library that simplifies asynchronous programming by providing coroutines and promises with functional programming features. | 274 |
monix/monix | A high-performance library for composing asynchronous programs using functional programming principles | 1,929 |
dnikolovv/optional-async | Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting | 5 |
danielearwicker/json-mobx | A library that provides undo/redo and persistence functionality for MobX-based applications using JSON serialization | 85 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
danielearwicker/baltar | A graphics editor built using MobX and TypeScript to demonstrate its capabilities in real-time graphics rendering and Undo/Redo functionality. | 41 |
paulrademacher/asyncpp | A utility library that simplifies asynchronous programming in C++ by providing pre-built patterns and lambdas to avoid callbacks and manage complex operations. | 101 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
jeffijoe/mobx-task | Tools and utilities for managing state in async functions with MobX | 238 |
madisonmay/tomorrow | A library that simplifies asynchronous code by providing a magic decorator syntax for executing blocking code in multiple threads | 1,461 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
cicec/we-mobx | An implementation of MobX for use in WeChat Mini Programs. | 12 |
async-plus/async-plus | Provides a simple, chainable interface for async and throwing code in Swift | 195 |