We're a place where coders share, stay up-to-date and grow their careers.
Merci beaucoup pour l'explication, really helpful comparison!
Is there a reason why you initialized setValues after the handleInputChange() and AddItem() functions, or is it just a personal preference?
setValues
handleInputChange()
AddItem()
When I first started with hooks, I declared them last. Nowadays, I do declare them first :D Personal preferences 😉
Yeah Dan (from React) suggested declaring them at the top so I do the same and was just wondering.
Thanks!
Merci beaucoup pour l'explication, really helpful comparison!
Is there a reason why you initialized
setValues
after thehandleInputChange()
andAddItem()
functions, or is it just a personal preference?When I first started with hooks, I declared them last. Nowadays, I do declare them first :D
Personal preferences 😉
Yeah Dan (from React) suggested declaring them at the top so I do the same and was just wondering.
Thanks!