CDK Global Interview Question

When would you use a function versus a class component?

Interview Answer

Anonymous

Mar 15, 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.