awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ds300 avatar

ds300/derivablejs

0
View on GitHub↗
519 stars·23 forks·JavaScript·Apache-2.0·3 views

Derivablejs

Functional Reactive State for JavaScript and TypeScript

Features

  • Persistent Data Structures - Functional reactive state management for JS and TS.

Star history

Star history chart for ds300/derivablejsStar history chart for ds300/derivablejs

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Derivablejs

Similar open-source projects, ranked by how many features they share with Derivablejs.
  • benji6/imlazybenji6 avatar

    benji6/imlazy

    104View on GitHub↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    View on GitHub↗104
  • dtao/lazy.jsdtao avatar

    dtao/lazy.js

    5,975View on GitHub↗

    Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams. It defers all computation until iteration begins, building chains of transformations that execute only when values are consumed, avoiding intermediate arrays and buffering. The library wraps data sources into a uniform sequence interface, enabling operations like map and filter to be chained together without materializing intermediate results. The library extends lazy processing beyond simple collections to handle asynchronous data sources, DOM events, strings, and Node.js stre

    JavaScript
    View on GitHub↗5,975
  • emmanueltouzery/prelude.tsemmanueltouzery avatar

    emmanueltouzery/prelude.ts

    383View on GitHub↗

    Functional programming, immutable collections and FP constructs for typescript and javascript

    TypeScript
    View on GitHub↗383
  • aearly/icepickaearly avatar

    aearly/icepick

    422View on GitHub↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    JavaScript
    View on GitHub↗422
See all 12 alternatives to Derivablejs→

Frequently asked questions

What does ds300/derivablejs do?

Functional Reactive State for JavaScript and TypeScript

What are the main features of ds300/derivablejs?

The main features of ds300/derivablejs are: Persistent Data Structures.

What are some open-source alternatives to ds300/derivablejs?

Open-source alternatives to ds300/derivablejs include: aearly/icepick — Utilities for treating frozen JavaScript objects as persistent immutable collections. benji6/imlazy — 😴 Functional programming with lazy immutable iterables. dtao/lazy.js — Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams.… emmanueltouzery/prelude.ts — Functional programming, immutable collections and FP constructs for typescript and javascript. facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… frptools/collectable — High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces,…