Luego de tanto luchar ya dimos con la contestación de este apuro que algunos los lectores de nuestro sitio web tienen. Si tienes algún detalle que compartir puedes dejar tu información.
Ejemplo: flujo de trabajo redux
First we go to the component
Set up all inputs
Dispatchsomething(some action) and pass in what parameters you need
Then go to actions
Action will make call to APIAPIMakes some crud request(eg.post) and recieves something inreturn, which is then destructured in our action
Backin actions
Dispatch, passing in type and data we want to send to the reducer
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)