hello, Danny. Could you explain please what this pard of code means? setTodos([...todos, {...}] i understand that we change our todos with that, but i am about that 3 dots, how this construction was called? thank you :)
@@dannyasmith Thanx .... figured it out ... all I had to dfo for previous projects was npm update react ... then for new projects all I had to do was run create-react-app project-name ..... create react app automatically installed the latest version so all is good
Great tutorial. The fact that you didn't split things into multiple components made it easy to follow for a beginner.
Really liked this. I am def in for the rest of your vids my friend. Thanks!
Danny please do more videos...I like how u explain one thing at a time
Great vid, and quite a soothing voice, and perfect pace to follow along.
wow this is clicking (after many hours of trying with other videos) my brain is opening aaaaaaaaaaaaaaaa
really nice explanation ...thank you
Realy good video, very clear, Thanks
Really enjoyed following along with this video. Thanks a lot!
Thank you for explaining everything you code!
I want to kiss you I FINALLY GET IT. EVERYTHING MAKES SENSE!
@Spencer Dorian no. go away
Thank you for the information brother ! now i understand hooks clearly :)
hello, Danny. Could you explain please what this pard of code means?
setTodos([...todos, {...}]
i understand that we change our todos with that, but i am about that 3 dots, how this construction was called? thank you :)
spread operator
Great explanation! Thanks!
Hey whats the code editor/theme you use? its so beautiful 😍
Thanks! It's VSCode with a theme I made. More details under Software at danny.is/using 🙂
where can I get the React 16.8 with hooks
You should just be able to update your package.json to 16.8 and yarn install or npm install.
@@dannyasmith Thanx .... figured it out ... all I had to dfo for previous projects was npm update react ... then for new projects all I had to do was run create-react-app project-name ..... create react app automatically installed the latest version so all is good
the Create React App with version 16.7.0 is giving me errors, not sure how to bring it to life. ohhh we do not the alpha... "16.7.0-alpha.0"
Verry usefull, thanks!!
where i can get that react extention