Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 365 Bytes

applyMiddleware.md

File metadata and controls

13 lines (7 loc) · 365 Bytes

Redux is a small library. And exactly how small is it. Its just 5 methods

applyMiddleware()

bindActionCreators()

combineReducers()

compose()

createStore()

So here, lets understand the applyMiddleware() function. The official dox is here