What does JSX stand for in React?
Which command is used to create a new React application?
What is a component in React?
Props in React are:
Which hook is used to manage state in functional components?
What is the purpose of PropTypes in React?
Which hook is used to manage side effects in functional components?
What does useState return?
What is the purpose of useRef?
Which is true about controlled components in React?
What is a Higher-Order Component (HOC) in React?
Which hook is best for performance optimization in functional components?
What does React.memo do?
When using Context API, which hook is used to consume context data?
What is the main goal of React Fiber?