里多夫 简单的同构状态管理器 安装它 @ yarn add ridof 运行测试范围 @ cd node_modules/ridof @ yarn && yarn build && yarn cover 用它 建立店铺 const Ridof = require ( 'ridof' ) ; const initialState = { num : 1 , name : 'Federico' } // The reducer function // params holds all the values passed to dispatch but the type const