Redux Reducers
A reducer is a function that receives the action, along with a JavaScript object representing the initial (previous) state, and updates the state if needed.
A reducer function receives all the actions that are dispatched, it returns a newly updated state object.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 2
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 3.45
Redux Reducers
Desliza para mostrar el menú
A reducer is a function that receives the action, along with a JavaScript object representing the initial (previous) state, and updates the state if needed.
A reducer function receives all the actions that are dispatched, it returns a newly updated state object.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 2