React Interview questions
August 15, 2020
⭐
- What is the difference between state and props?
- How do you update a component’s state ?
- What is virtual DOM?
⭐⭐
- What are React hooks ?
- What is the lifecycle of a component ?
- What is a higher order component ? Provide examples.
⭐⭐⭐
- What are sources of memory leaks in React ?