React card revieweasy
What is JSX and why is it used in React?
JSX (JavaScript XML) is a syntax extension that allows developers to write HTML-like code inside JavaScript. React converts JSX into React.createElement() calls, making UI code more readable and maintainable.