awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Selector-Based Data Access · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesSelector-Based Data Access

Mechanisms for retrieving specific data fragments via functions to optimize performance and decouple components from state structure.

Explore 1 awesome GitHub repository matching software engineering & architecture · Selector-Based Data Access. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Layering & Presentation
  6. Application Layer Architectures
  7. State Management Architectures
  8. Selector-Based Data Access

Awesome Selector-Based Data Access GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • pmndrs/zustand

    pmndrs/zustand

    57,057GitHubView on GitHub↗

    Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data acce

    Optimizes performance by allowing components to subscribe only to specific slices of data rather than the entire store.

    TypeScripthacktoberfesthooksreact