awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ds300 avatar

ds300/derivablejs

0
View on GitHub↗
519 星标·23 分支·JavaScript·Apache-2.0·4 次浏览

Derivablejs

Functional Reactive State for JavaScript and TypeScript

Features

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

Star 历史

ds300/derivablejs 的 Star 历史图表ds300/derivablejs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Derivablejs 的开源替代方案

相似的开源项目,按与 Derivablejs 的功能重合度排序。
  • benji6/imlazybenji6 的头像

    benji6/imlazy

    104在 GitHub 上查看↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    在 GitHub 上查看↗104
  • dtao/lazy.jsdtao 的头像

    dtao/lazy.js

    5,975在 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
    在 GitHub 上查看↗5,975
  • emmanueltouzery/prelude.tsemmanueltouzery 的头像

    emmanueltouzery/prelude.ts

    383在 GitHub 上查看↗

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

    TypeScript
    在 GitHub 上查看↗383
  • aearly/icepickaearly 的头像

    aearly/icepick

    422在 GitHub 上查看↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    JavaScript
    在 GitHub 上查看↗422
查看 Derivablejs 的所有 12 个替代方案→

常见问题解答

ds300/derivablejs 是做什么的?

Functional Reactive State for JavaScript and TypeScript

ds300/derivablejs 的主要功能有哪些?

ds300/derivablejs 的主要功能包括:Persistent Data Structures。

ds300/derivablejs 有哪些开源替代品?

ds300/derivablejs 的开源替代品包括: 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,…