awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • reduxjs/reselectAvatar de reduxjs

    reduxjs/reselect

    19,032Voir sur 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
    Voir sur GitHub↗19,032
  1. Home
  2. Web Development
  3. State Optimization Tools