Challenge: Actions
Step 2: Create actions
Focus on creating actions for managing goals. Actions are objects that describe the changes we want to make to the state. By creating actions, we can update the Redux store accordingly.
Example
Challenge
- Open the
goalAction.js
file. - Use the correct function from the
@reduxjs/toolkit
package to create actions. - Specify the correct action types using the target element
goal
and indicate the action for each action. - To remove a goal, set the action type as
goals/removeGoal
. - To add a goal, set the action type as
goals/addGoal
.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 10
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Pregunte me preguntas sobre este tema
Resumir este capítulo
Mostrar ejemplos del mundo real
Awesome!
Completion rate improved to 1.96
Challenge: Actions
Desliza para mostrar el menú
Step 2: Create actions
Focus on creating actions for managing goals. Actions are objects that describe the changes we want to make to the state. By creating actions, we can update the Redux store accordingly.
Example
Challenge
- Open the
goalAction.js
file. - Use the correct function from the
@reduxjs/toolkit
package to create actions. - Specify the correct action types using the target element
goal
and indicate the action for each action. - To remove a goal, set the action type as
goals/removeGoal
. - To add a goal, set the action type as
goals/addGoal
.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 10