agraboso / agraboso/redux-api-middleware
Handling Data Races
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 1.5k
- Forks
- 190
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I want to build an autocomplete box. One of the requirements is that the user should always receive the latest input. I can throttle the inputs but that only works on a good connection. When I get to 3G network connectivity, I can end up getting multiple responses that may or may not be out of order.
What I need is a hook similar to the bailout, but it gets executed after the request has resolved, but before we dispatch the `REQUEST_SUCCESS` action.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.