CDK Global interview question

When would you use a function versus a class component?

Interview Answer

Anonymous

15 Mar 2019

Class would be used if you need access to state or life cycle methods. I also brought up hooks here and how classes may no longer be required at all in time.