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 RepositoriesAsynchronous Dispatching

Delaying the trigger of state changes until asynchronous background tasks are completed.

Distinct from State Update Dispatching: Focuses on the temporal delay and condition-checking of a dispatch rather than just the mechanism of sending a dispatch.

Explore 1 awesome GitHub repository matching web development · Asynchronous Dispatching. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. State Update Dispatching
  4. Asynchronous Dispatching

Awesome Asynchronous Dispatching 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.
  • gaearon/redux-thunkAvatar de gaearon

    gaearon/redux-thunk

    17,694Voir sur GitHub↗

    Redux-thunk is a middleware for Redux that enables action creators to return functions instead of plain objects. It serves as an asynchronous state management tool and functional action dispatcher that coordinates complex workflows and delays state updates until asynchronous tasks are complete. This middleware grants action creators access to the store state and dispatch methods, allowing for the execution of conditional logic and the coordination of multiple asynchronous operations. It enables the injection of custom dependencies and service layers to decouple business logic from the core st

    Allows background tasks to be performed and delays the final state update dispatch until specific conditions are met.

    TypeScript
    Voir sur GitHub↗17,694