What are differences between redux, react-redux, redux-thunk?

后端 未结 4 539
感动是毒
感动是毒 2020-12-22 17:55

I am using React + Flux. Our team is planning to move from flux to redux. Redux is very confusing for me coming from flux world. In flux control flow is sim

4条回答
  •  北海茫月
    2020-12-22 18:21

    • redux: Library for managing application state.
    • react-redux: Library for managing React application state.
    • redux-thunk: a middleware for logging, crash reporting, talking to an asyn API, routing etc...

提交回复
热议问题