React Interview Ques and Ans
React Interview Ques and Ans
coding_knowladge
Q 1. What is React?
ANS. React is an open-source JavaScript library for building
user interfaces or UI components, developed by Facebook.
Q 2. Explain JSX
ANS. JSX (JavaScript XML) is a syntax extension for
JavaScript recommended by React for describing
what the UI should look like.