+1 vote
in Redux by
Difference between redux, react-redux, redux-thunk, redux-saga?

1 Answer

0 votes
by

Below are the Difference between redux, react-redux, redux-thunk, redux-saga

  1. redux: main core redux library (independent from react)
  2. react-redux: connects your redux store with react components
  3. redux-thunk: a redux middleware which helps you with async actions
  4. redux-saga: a redux middleware library to handle asynchronous actions

Related questions

0 votes
asked Aug 28, 2022 in Redux by john ganales
0 votes
asked Apr 13, 2021 in Redux by Robindeniel
...