FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

Awesome-JavaScript-Interviews/Redux/applyMiddleware.md at master · fe-collection/Awesome-JavaScript-Interviews · GitHub

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 365 Bytes

File metadata and controls

executable file
·
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


Back | FazBrowse Home | New Git URL