Naive Redux helper to compile dispatch(func(args)) into dispatch({type:'__function_call_obj', fn: func, args: [args]))
npm install babel-plugin-dispatch-callBasically macros dispatch(fn(...args)) to be dispatch({ type: '__function_call_obj', fn: func, args: [args] })