redux-action-transform

dispatch('xxx',...params) => dispatch({type:'xxx',params:params})

Usage no npm install needed!

<script type="module">
  import reduxActionTransform from 'https://cdn.skypack.dev/redux-action-transform';
</script>

README

basic usage

dispatch('xxx',...params) => dispatch({type:'xxx',params:params})