A modular, framework-agnostic library providing essential components for modern web applications. Stop reinventing the wheel - focus on building your application while the library handles the core functionalities.
Immutable Collections:
IterableCollection
- Simplifies work with Iterable
ListCollection
- Simplifies work with Array
AsyncIterableCollection
- Simplifies work with AsyncIterable
Middleware System
fallback
: Automatic recovery with default values on errorsobserve
: Monitor function execution and performanceretry
: Smart retries with multiple backoff policies:
constantBackoffPolicy
exponentialBackoffPolicy
linearBackoffPolicy
polynomialBackoffPolicy
timeout
: Guaranteed execution time limitsLazyPromise:
Pluggable Components:
Cache
with adapter supportLock
with adapter supportEventBus
with adapter supportSerde
(serializer, deserializer) adaptersnpm install @daiso-tech/core
Built with ideas from: