美文网首页
redux中redux-devtools的使用

redux中redux-devtools的使用

作者: sweetBoy_9126 | 来源:发表于2020-02-26 22:21 被阅读0次
    import { createStore, compose } from 'redux'
    const composeEnhancers = (window as any).__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
    const store = createStore(reducer, composeEnhancers())
    

    相关文章

      网友评论

          本文标题:redux中redux-devtools的使用

          本文链接:https://www.haomeiwen.com/subject/nkugchtx.html