Example: redux get state without store /* * MyStore module */ import { createStore } from 'redux' // action creator export const setFoo = value => ({type: ...
確定! 回上一頁