awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
State Logic and Utilities · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesState Logic and Utilities

Helper libraries and paradigms for manipulating, validating, or optimizing state objects, distinct from the architectural containers themselves.

Explore 3 awesome GitHub repositories matching software engineering & architecture · State Logic and Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. State Management
  5. State Logic and Utilities

Awesome State Logic and Utilities GitHub Repositories

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

    reduxjs/redux

    61,444GitHubView on GitHub↗

    Redux is a predictable state container designed to manage global application data through a centralized store. It operates on a unidirectional data flow architecture where state transitions are triggered by dispatching action objects, which are then processed by pure reducer functions to produce a new, immutable state

    TypeScriptredux
  • pathwaycom/pathway

    pathwaycom/pathway

    59,684GitHubView on GitHub↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with

    Pythonbatch-processingdata-analyticsdata-pipelines
  • 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

    TypeScripthacktoberfesthooksreact

Explore sub-tags

  • Asynchronous Action HandlersUtilities that execute background tasks and asynchronous operations within state management store actions.
  • Functional State ManagementDevelopment approaches that utilize pure functions to calculate new application state based on previous values.
  • Immutable State UtilitiesTools that facilitate updating deeply nested data structures through an immutable interface.
Incremental State Management
Systems that maintain intermediate computation results in memory to prevent redundant re-processing of data pipelines.
  • Type-Safe State DefinitionsState management definitions that leverage generic types to ensure consistency and correctness of state and actions.