redux-thunk

Thunk middleware for Redux [Moved to: https://github.com/reduxjs/redux-thunk] (by gaearon)

Redux-thunk Alternatives

Similar projects and alternatives to redux-thunk

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better redux-thunk alternative or higher similarity.

redux-thunk reviews and mentions

Posts with mentions or reviews of redux-thunk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-23.
  • Front-end Guide
    54 projects | dev.to | 23 Nov 2022
    Your app will likely have to deal with async calls like making remote API requests. redux-thunk and redux-saga were created to solve those problems. They may take some time to understand as they require understanding of functional programming and generators. Our advice is to deal with it only when you need it.
  • Redux - managing preload state
    1 project | /r/codehunter | 4 Apr 2022
    Storeβ”œβ”€β”€ loaded: β”œβ”€β”€ people:β”‚ β”œβ”€β”€ loaded: β”‚ └── items: []β”œβ”€β”€ planets:β”‚ β”œβ”€β”€ loaded: β”‚ └── items: [] Separate action creators make the needed async requests and dispatch actions which are handled by the People and Planets reducers. As shown below (uses redux-thunk):
  • What is the difference between redux-thunk and redux-promise?
    1 project | /r/codehunter | 22 Nov 2021
    As far as I know and correct me if I am wrong, redux-thunk is a middleware which helps us dispatch async function and debug values in the action itself while when I used redux-promise I couldn't create async functions without implementing my own mechanism as Action throws an exception of dispatching only plain objects.
  • Await is a reserved word error inside async function
    1 project | /r/codehunter | 22 Oct 2021
    The dispatch bit is coming from the react-thunk library.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more β†’

Stats

Basic redux-thunk repo stats
4
16,725
2.6
over 2 years ago

gaearon/redux-thunk is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of redux-thunk is JavaScript.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com