You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! 👋
I just completed the basic tutorial and got a bit confused as the source code files on the Actions and Reducers steps does not match the final code shown in complete source code. This stops the todo list from working properly (if you only follow the steps) once you reach the end of the tutorial.
Hi! 👋
I just completed the basic tutorial and got a bit confused as the source code files on the Actions and Reducers steps does not match the final code shown in complete source code. This stops the todo list from working properly (if you only follow the steps) once you reach the end of the tutorial.
https://redux.js.org/basics/basic-tutorial
Actions
Actions Step: https://redux.js.org/basics/actions#actionsjs
Actions - Complete code: https://redux.js.org/basics/example#actionsindexjs
The step is missing setting the
id
inaddTodo
.Reducers
Reducers Step: https://redux.js.org/basics/reducers#reducersjs
Reducers - Complete (and split up): https://redux.js.org/basics/example#reducerstodosjs
The step is missing
id
as well in'ADD_TODO'
.The text was updated successfully, but these errors were encountered: