1. 程式人生 > >react redux 解析

react redux 解析

一個很厲害的人的git上看到的 點選觀看 謝謝他了  不過觀看的人記得給star

https://github.com/ManiacHanz/Learning-Notes/tree/master/redux?tdsourcetag=s_pctim_aiomsg

其實就是暴露了5個核心函式,也就是redux提供的核心api

export {
  createStore,
  combineReducers,
  bindActionCreators,
  applyMiddleware,
  compose,
  //...
}