動手實現 React-redux(五):Provider

我們要把 context 相關的代碼從所有業務組件中清除出去,現在的代碼裏面還有一個地方是被污染的。那就是 src/index.js 裏面的 Index: ... class Index extends Component { static childContextTypes = { store: PropTypes.object } getChildContext () {
相關文章
相關標籤/搜索