Hook typé pour dispatcher des actions Redux
Fonction dispatch typée avec AppDispatch
const dispatch = useAppDispatch();dispatch(addToCart({ evenementId: 1, offreId: 2, quantity: 1 })); Copy
const dispatch = useAppDispatch();dispatch(addToCart({ evenementId: 1, offreId: 2, quantity: 1 }));
Hook typé pour dispatcher des actions Redux