redux 如何在纯js文件访问store的的state,在一个普通js文件中拿到store
示例如下在创建store的时候使用export导出
在js文件使用getState() 获取store的state
export const store = createStore()
import { store } from '../../App'
store.getState()
示例如下在创建store的时候使用export导出
在js文件使用getState() 获取store的state
export const store = createStore()
import { store } from '../../App'
store.getState()
本文标题:redux 如何在纯js文件访问store的的state
本文链接:https://www.haomeiwen.com/subject/bdfqwhtx.html
网友评论