Loading, please wait...

BEGINNER REACT TUTORIAL BUILD TO DO LIST | Part 2

In this video, we will be adding the edit task feature to our To-Do List app.

Now when you submit a task, you’ll also be able to edit the task after you submit it and update the timestamp of the task as well.

If you haven’t go back to PT.1 BEGINNER REACT TUTORIAL:

BUILD TO DO LIST! https://tutorialslink.com/Videos/BEGINNER-REACT-TUTORIAL-BUILD-TO-DO-LIST/1353

and work your way up to here. GitHub Repo: https://github.com/gigiskarlett/gigi-...

🤔Why build a To-Do list app? It will help you understand React from top-to-bottom. By building a To-Do list app you get to create the state, update the state with setState and you'll be working with props and children components!