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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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·4 Aufrufe

Derivablejs

Functional Reactive State for JavaScript and TypeScript

Features

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

Star-Verlauf

Star-Verlauf für ds300/derivablejsStar-Verlauf für ds300/derivablejs

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Derivablejs

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Derivablejs.
  • benji6/imlazyAvatar von benji6

    benji6/imlazy

    104Auf GitHub ansehen↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    Auf GitHub ansehen↗104
  • dtao/lazy.jsAvatar von dtao

    dtao/lazy.js

    5,975Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,975
  • emmanueltouzery/prelude.tsAvatar von emmanueltouzery

    emmanueltouzery/prelude.ts

    383Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗383
  • aearly/icepickAvatar von aearly

    aearly/icepick

    422Auf GitHub ansehen↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    JavaScript
    Auf GitHub ansehen↗422
Alle 12 Alternativen zu Derivablejs anzeigen→

Häufig gestellte Fragen

Was macht ds300/derivablejs?

Functional Reactive State for JavaScript and TypeScript

Was sind die Hauptfunktionen von ds300/derivablejs?

Die Hauptfunktionen von ds300/derivablejs sind: Persistent Data Structures.

Welche Open-Source-Alternativen gibt es zu ds300/derivablejs?

Open-Source-Alternativen zu ds300/derivablejs sind unter anderem: 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,…