Redux useDispatch

Descripción

useDispatch hook


File Template: ❌


Prefix

redux:dispatch


Scopes

javascriptreact


Snippet de código

import { useDispatch } from 'react-redux';

const dispatch = useDispatch();