Descripción
useDispatch hook
File Template: ❌
Prefix
redux:dispatch
Scopes
javascriptreact
Snippet de código
import { useDispatch } from 'react-redux';
const dispatch = useDispatch();
useDispatch hook
redux:dispatch
javascriptreact
import { useDispatch } from 'react-redux';
const dispatch = useDispatch();