UNPKG

starter-react-flux

Version:
10 lines (7 loc) 174 B
import { Dispatcher } from "flux"; class AppDispatcher extends Dispatcher { dispatch(action = {}) { super.dispatch(action); } } export default new AppDispatcher();