Questions
- What is a React component?
 - What are state and props?
 - How does data flow in a React app?
 - What is the difference between stateless and stateful components?
 - What is JSX?
 - What are component life cycle methods?
 - How should we handle events in React?
 - How should we handle forms in React?