All Downloads are FREE. Search and download functionalities are using the official Maven repository.

impl.actions.perform.perform.js Maven / Gradle / Ivy

The newest version!
import createActionHelper from '../../../actions/createActionHelper'

export default function performAction({
    dispatch,
    type,
    payload,
    meta,
}) {
    dispatch(createActionHelper(type)(payload, meta))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy