What You know about functional & class Component
Anonymous
I tell them that functional component is stateless & doesn't have lifecycle method like class component. In Class Component state is handled by this.state & this.setState, while in functional component now we have hook called useState Hook. Functional Component is easier to write, read, & maintain b'coz it it very straightforward, while Class Component is bit complex b'coz it includes constructor, this binding & have to manage life-cycle method.
Check out your Company Bowl for anonymous work chats.