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

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

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

1 个仓库

Awesome GitHub RepositoriesState Optimization Tools

Utilities that reduce redundant calculations in application state via dependency tracking and cache invalidation.

Distinct from State-Based Invalidation: Shortlist contains Redux-specific hooks or administrative tools, but not a general optimization utility for derived state.

Explore 1 awesome GitHub repository matching web development · State Optimization Tools. Refine with filters or upvote what's useful.

Awesome State Optimization Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • reduxjs/reselectreduxjs 的头像

    reduxjs/reselect

    19,032在 GitHub 上查看↗

    Reselect is a state management optimization tool and memoization utility designed to minimize redundant calculations and UI re-renders. It functions as a library for creating memoized selectors that derive specific data from a state store. The library implements input-based memoization and recursive selector composition to create a hierarchy of derived data dependencies. It ensures reference-stable result caching and provides custom equality checking to determine when a cache should be invalidated. The project covers capabilities for derived data computation, frontend performance optimizatio

    Reduces redundant calculations in application state by tracking dependencies and invalidating caches only when needed.

    TypeScriptmemoized-selectorsredux
    在 GitHub 上查看↗19,032
  1. Home
  2. Web Development
  3. State Optimization Tools