UNPKG

react-rails-starterkit

Version:
13 lines (10 loc) 300 B
var R = require("react-rails"); var MemoryDispatcher = function MemoryDispatcher(flux) { return new (R.Dispatcher.createDispatcher({ displayName: "MemoryDispatcher", actions: { // <name>: function*(params) }, }))(); }; module.exports = MemoryDispatcher;