hwang26 / image-classifier

Frontend Interface for ml5.js DoodleNet classifier
0 stars 0 forks source link

Tech Analysis: React Best Practices #11

Closed hwang26 closed 2 years ago

hwang26 commented 2 years ago

Some inadequacies in understanding the component life cycle. This ticket is mainly to review these concepts.

https://www.twilio.com/blog/react-choose-functional-components

https://reactjs.org/docs/state-and-lifecycle.html

https://medium.com/front-end-weekly/async-await-with-react-lifecycle-methods-802e7760d802

https://blog.logrocket.com/a-guide-to-usestate-in-react-ecb9952e406c/#:~:text=useState%20is%20a%20Hook%20that,function%20to%20update%20this%20value.