2021-IBM-Accelerate-SW-Track / lab-1-team-41

lab-1-team-41 created by GitHub Classroom
0 stars 0 forks source link

Move editMode and setEditMode to App.js #16

Closed efeliz closed 3 years ago

efeliz commented 3 years ago

Moving the state up in the tree, to the App-level (App.js) will allow us to pass editMode state down as props to both the Header and also the TodoList.

If you have any questions or are seeking additional clarification, please let me know.

efeliz commented 3 years ago

After re-assessing the design and setup of our app, it doesn't necessarily make sense to have this editMode state being used in the way it was originally set up. Therefore, it will be closed.