babel-plugin-dispatch-call
v1.0.5
Published
Naive Redux helper to compile dispatch(func(args)) into dispatch({type:'__function_call_obj', fn: func, args: [args]))
Readme
babel-plugin-dispatch-call
Basically macros dispatch(fn(...args)) to be dispatch({ type: '__function_call_obj', fn: func, args: [args] })
