Thanks a lot!! I have watched several videos on creating a Todo List app, and this was the most understandable of them, and I can also see that this useContext method is the easiest way to solve it, passing props method is too complicated as props should be passed to children components, and the useReducer method is too complicated, as I see. Great video!
Thank you! I have been trying to understand this concept for the last couple of days and you make it very easy to understand compared to other videos!🙌
I passed the setTodoList from useState as a property in the contextValue object, a few tweaks to the code and it also works in case you want to avoid a lot of functions in your context file
This was very helpful, clear and concise. Love your style of teaching.
Glad it was helpful!
Thanks a lot!!
I have watched several videos on creating a Todo List app,
and this was the most understandable of them,
and I can also see that this useContext method is the easiest way to solve it,
passing props method is too complicated as props should be passed to children components,
and the useReducer method is too complicated, as I see.
Great video!
Thank you! I have been trying to understand this concept for the last couple of days and you make it very easy to understand compared to other videos!🙌
I passed the setTodoList from useState as a property in the contextValue object, a few tweaks to the code and it also works in case you want to avoid a lot of functions in your context file
my work is done thanks
thank you its such an easy to follow tutorial. cheers
terse thank you 👍
Repo link