babel-plugin-dispatch-call

Naive Redux helper to compile dispatch(func(args)) into dispatch({type:'__function_call_obj', fn: func, args: [args]))

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
babel-plugin-dispatch-call
1.0.55 years ago5 years agoMinified + gzip package size for babel-plugin-dispatch-call in KB

Readme

babel-plugin-dispatch-call
Basically macros dispatch(fn(...args)) to be dispatch({ type: '__function_call_obj', fn: func, args: [args] })