Test your understanding of the fundamental concepts of React.
@qs_by_qset
Created this 6 months ago
1. What is the difference between controlled and uncontrolled components?
2. What is the purpose of the render() method?
3. What is the role of the componentDidMount() lifecycle method?
4. What is the difference between inline and external styles in React?
5. What is the purpose of using keys in React?
6. What is the purpose of using hooks in React?
7. What is the difference between function components and class components?
8. What is the difference between state and props in React?
9. What is the fundamental building block of React applications?
10. What is the role of the context API in React?