dispatcher:基本可重用焊剂调度器
调度员注意本模块中导出的javascript编写为es6模块。您可能需要对其进行转译才能使其正常工作。给React人员的提示:默认情况下, webpack 6to5-loader也执行jsx。行动// Counter/actions.js import send from "oro-dispatcher/send" ; export default { // ... inc ( uuid ) { send ( "COUNTER_INC" , { uuid } ) } // ... } ;店铺// Counters/store.js import store from "oro-dispatcher/store" ; var __counters = { "asdf" : { uuid : "asdf" , count : 4 , label
4.94KB
文件大小:
评论区