Middleware
Intercept actions and does more logic/async/random code then dispatchs more actions or forwards to reducer or next middleware
OG
Can be thought of as editing the dispatch(next) of store by chaining them
Apparently will hold the bulk of your applications logic
Last updated